-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c7559ed
commit fd205ba
Showing
5 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# JobIdBody | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
-----------|--------|---------------------------------------------------------------------------------------|------------------- | ||
**jobId** | string | Id of the job that can be used to track the status of folder size calculation request | [default to null] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# JobIdBodyEntry | ||
|
||
**Properties** | ||
|
||
| Name | Type | | ||
|-----------|---------------------------| | ||
| **entry** | [JobIdBody](JobIdBody.md) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Size Details | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
-------------------|--------|-----------------------------------------------------------------------------|------------------- | ||
**id** | string | | [default to null] | ||
**sizeInBytes** | string | Size of the folder in bytes | [default to null] | ||
**calculatedAt** | string | Timestamp of when the folder size was calculated | [default to null] | ||
**numberOfFiles** | number | Number of files present within the folder | [default to null] | ||
**status** | string | Status of the request. Can be 'NOT-INITIATED', 'IN-PROGRESS' or 'COMPLETED' | [default to null] | ||
**jobId** | string | The job ID which was used to track down the folder details | [default to null] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# SizeDetailsEntry | ||
|
||
**Properties** | ||
|
||
| Name | Type | | ||
|-----------|-------------------------------| | ||
| **entry** | [SizeDetails](SizeDetails.md) | |