ServerSideSyncQueueSettings.ActivityQueueItemsInMemoryLow 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.
Defines the lower limit beyond which the service will stop removing activity batches held in memory from the queue.
public:
property int ActivityQueueItemsInMemoryLow { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int ActivityQueueItemsInMemoryLow { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ActivityQueueItemsInMemoryLow : int with get, set
Public Property ActivityQueueItemsInMemoryLow As Integer
Property Value
The minimum number of items held in memory.
- Attributes