Share via


ReliableStateManagerReplicatorSettings.MaxMetadataSizeInKB Property

Definition

Gets or sets the amount of extra persistent storage space reserved for the replicator specified in kilobytes that is associated with this replica. This value must be a multiple of 4. The default value is 4. The unit is KB.

public int? MaxMetadataSizeInKB { get; set; }
member this.MaxMetadataSizeInKB : Nullable<int> with get, set
Public Property MaxMetadataSizeInKB As Nullable(Of Integer)

Property Value

The max metadata size.

Applies to