You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/administration/implementation/models/QueueDescriptionImpl.java
+15-7Lines changed: 15 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,8 @@ public final class QueueDescriptionImpl implements XmlSerializable<QueueDescript
* ISO 8601 timespan duration of a peek-lock; that is, the amount of time that the message is locked for other receivers. The maximum value for LockDuration is 5 minutes; the default value is 1 minute.
33
+
* ISO 8601 timespan duration of a peek-lock; that is, the amount of time that the message is locked for other
34
+
* receivers. The maximum value for LockDuration is 5 minutes; the default value is 1 minute.
34
35
*/
35
36
privateDurationlockDuration;
36
37
@@ -50,7 +51,9 @@ public final class QueueDescriptionImpl implements XmlSerializable<QueueDescript
50
51
privateBooleanrequiresSession;
51
52
52
53
/*
53
-
* ISO 8601 default message timespan to live value. This is the duration after which the message expires, starting from when the message is sent to Service Bus. This is the default value used when TimeToLive is not set on a message itself.
54
+
* ISO 8601 default message timespan to live value. This is the duration after which the message expires, starting
55
+
* from when the message is sent to Service Bus. This is the default value used when TimeToLive is not set on a
56
+
* message itself.
54
57
*/
55
58
privateDurationdefaultMessageTimeToLive;
56
59
@@ -60,12 +63,14 @@ public final class QueueDescriptionImpl implements XmlSerializable<QueueDescript
60
63
privateBooleandeadLetteringOnMessageExpiration;
61
64
62
65
/*
63
-
* ISO 8601 timeSpan structure that defines the duration of the duplicate detection history. The default value is 10 minutes.
66
+
* ISO 8601 timeSpan structure that defines the duration of the duplicate detection history. The default value is 10
* ISO 8601 timeSpan idle interval after which the queue is automatically deleted. The minimum duration is 5 minutes.
144
+
* ISO 8601 timeSpan idle interval after which the queue is automatically deleted. The minimum duration is 5
145
+
* minutes.
139
146
*/
140
147
privateDurationautoDeleteOnIdle;
141
148
@@ -155,7 +162,8 @@ public final class QueueDescriptionImpl implements XmlSerializable<QueueDescript
155
162
privateStringforwardDeadLetteredMessagesTo;
156
163
157
164
/*
158
-
* A value that indicates whether Express Entities are enabled. An express queue holds a message in memory temporarily before writing it to persistent storage.
165
+
* A value that indicates whether Express Entities are enabled. An express queue holds a message in memory
166
+
* temporarily before writing it to persistent storage.
0 commit comments