OBJECT
NcdObjectProtectionStatus
Description
ObjectProtectionStatusReply is returned in response to a ObjectProtectionStatusReq and holds the requested object protection statuses.
link GraphQL Schema definition
- type NcdObjectProtectionStatus {
- # The object protection status summary for files.
- NcdFilesObjectProtectionStatusData :
- # The object protection status summary for shares.
- NcdSharesObjectProtectionStatusData :
- # The throughput.
- Long! :
- # The average file size.
- Long! :
- }