DpSyncType_enum

DpSyncType_enum
DpSyncType_enum

Indicates the type of sync operation to perform on a given protected entity.

Possible values:

  • fullSync: Full sync.

    Transfer all allocated data.

  • deltaSync: Delta sync.

    Transfer changed blocks since the last sync operation.

  • syncTypeUnknown: The value to be used when the older version client cannot recognize the enum value.

This data structure has no properties.
Enumeration: fullSync, deltaSync, syncTypeUnknown,