VsanFileShareSnapshotQueryResult

VsanFileShareSnapshotQueryResult
VsanFileShareSnapshotQueryResult

Result for snapshot querying operation.

The snapshots are sorted in chronological order by their creation time.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "snapshots": [
        {
            "_typeName": "string",
            "config": {
                "_typeName": "string",
                "shareUuid": "string",
                "name": "string"
            },
            "creationTime": "string",
            "usedCapacity": 0
        }
    ],
    "totalCount": 0
}
snapshots
Optional

A list of snapshots that match the query criteria.

integer As int32 As int32
totalCount
Optional

The number of snapshots created in total for the file share.