DataLossMode enum

type: string

Possible values include: 'Invalid', 'PartialDataLoss', 'FullDataLoss'

Possible values are:

  • Invalid - Reserved. Do not pass into API.
  • PartialDataLoss - PartialDataLoss option will cause a quorum of replicas to go down, triggering an OnDataLoss event in the system for the given partition.
  • FullDataLoss - FullDataLoss option will drop all the replicas which means that all the data will be lost.