CreateGroupSnapshotRequestEnsureSerialCreation Property |
Specify if the snapshot creation should be failed if a previous snapshot replication is in progress.
Possible values are:
true: This ensures only one snapshot is being replicated at a time by failing this snapshot creation.
false: Default. This allows creation of snapshot if another snapshot replication is still in progress.
Namespace:
SolidFire.Element.Api
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax public Nullable<bool> EnsureSerialCreation { get; set; }
Property Value
Type:
NullableBooleanSee Also