Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3168,7 +3168,7 @@
"$ref": "#/definitions/StorageSyncErrorDetails",
"description": "Error details of the given entry."
},
"innerError": {
"innererror": {
"$ref": "#/definitions/StorageSyncInnerErrorDetails",
"description": "Inner error details of the given entry."
}
Expand Down Expand Up @@ -3476,13 +3476,15 @@
"type": "integer",
"minimum": 0,
"maximum": 100,
"description": "Level of free space to be maintained by Cloud Tiering if it is enabled."
"description": "Level of free space to be maintained by Cloud Tiering if it is enabled.",
"default": 20
},
"tierFilesOlderThanDays": {
"type": "integer",
"minimum": 0,
"maximum": 2147483647,
"description": "Tier files older than days."
"description": "Tier files older than days.",
"default": 0
},
"friendlyName": {
"type": "string",
Expand Down Expand Up @@ -3784,6 +3786,13 @@
"type": "string",
"description": "Aggregation type for the metric."
},
"supportedAggregationTypes": {
"description": "Supported aggregation types for the metric.",
"type": "array",
"items": {
"type": "string"
}
},
"fillGapWithZero": {
"type": "boolean",
"description": "Fill gaps in the metric with zero."
Expand Down
Loading