ReliableStateManagerReplicatorSettings.MaxMetadataSizeInKB Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.