Settings_Depots_Online_Summary
The Online.Summary structure defines the summary information regarding a depot.
{
"description": "string",
"location": "string",
"enabled": false,
"system_defined": false,
"owner": "string",
"ownerdata": "string"
}
Description of the depot. It will be an empty string if no description was provided during create.
Location of the depot.
Flag indicating whether this depot is enabled or not.
Flag to indicate if the depot is system defined. System defined depot can not be deleted.
Name of the user creating the depot. This field is optional because it was added in a newer version than its parent node.
Private data saved by the Online.Summary.owner of depot. It is opaque to vLCM. This field is optional because it was added in a newer version than its parent node.