This topic has not yet been rated - Rate this topic

QueueDescription.MaxQueueSizeInBytes Property

Gets or sets the maximum queue size in bytes.

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus.Messaging (in Microsoft.ServiceBus.Messaging.dll)
[DataMemberAttribute(Name = "MaxQueueSizeInBytes", IsRequired = false, 
	Order = , EmitDefaultValue = false)]
public Nullable<long> MaxQueueSizeInBytes { get; set; }

Property Value

Type: System.Nullable<Int64>
A nullable Long value.
Did you find this helpful?
(1500 characters remaining)