QueueSettings::MaximumSizeInMegabytes Property

 

Gets or sets the maximum size of the queue in megabytes.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

public:
[DataMemberAttribute(Order = 1, Name = "MaxSizeInMegabytes")]
property Nullable<long long> MaximumSizeInMegabytes {
	Nullable<long long> get();
	void set(Nullable<long long> value);
}

Property Value

Type: System::Nullable<Int64>

The maximum size of the queue in megabytes.

Return to top
Show: