EndpointProperties.Quota Property

Solclient

EndpointPropertiesQuota Property
version: 7.2.1.27
Sets the maximum spool quota in MB (1 MB = 1000000 bytes) for the Endpoint. When null, the default value on the appliance is used (4000 MB). The valid range is within [0 ...60000] MB.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public Nullable<int> Quota { get; set; }
Public Property Quota As Nullable(Of Integer)
	Get
	Set
public:
property Nullable<int> Quota {
	Nullable<int> get ();
	void set (Nullable<int> value);
}

Property Value

Type: NullableInt32
See Also