OBJECT
LegalHoldSnapshotDetail
Description
LegalHoldSnapshotDetails.
link GraphQL Schema definition
- type LegalHoldSnapshotDetail {
- # ID.
- String! :
- # Snapshot type.
- SnapshotTypeEnum! :
- # Snapshot time.
- DateTime :
- # Legal hold time.
- DateTime :
- SnapshotCustomization!]! : [
- # Provides snapshot details for each location.
- CdmSnapshotRetentionInfo :
- }
link Require by
- LegalHoldSnappableDetailLegal hold details of the workload.
- LegalHoldSnapshotDetailConnectionPaginated list of LegalHoldSnapshotDetail objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- LegalHoldSnapshotDetailEdgeWrapper around the LegalHoldSnapshotDetail object. This wrapper is used for pagination.