DatastoreSummary
The Datastore.Summary structure contains commonly used information about a datastore.
Properties
integer
capacity
Optional
Capacity of this datastore, in bytes. The server periodically updates this value.
This field will be unset if the capacity of this datastore is not known.
string
datastore
Required
Identifier of the datastore. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: Datastore. When operations return a value of this structure as a result, the field will be an identifier for the resource type: Datastore.
integer
free_space
Optional
Available space of this datastore, in bytes. The server periodically updates this value.
This field will be unset if the available space of this datastore is not known.
string
name
Required
Name of the datastore.
JSON Example
{
"datastore": "string",
"name": "string",
"type": "enum"
}