Compartir a través de


SBTopic.DefaultMessageTimeToLive Propiedad

Definición

Obtiene o establece el intervalo de tiempo del mensaje predeterminado ISO 8601 en valor activo. Esta es la duración después de la cual expira el mensaje, a partir de cuando se envía el mensaje a Service Bus. Este es el valor predeterminado que se usa cuando TimeToLive no está establecido en un mensaje en sí.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.defaultMessageTimeToLive")]
public TimeSpan? DefaultMessageTimeToLive { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.defaultMessageTimeToLive")>]
member this.DefaultMessageTimeToLive : Nullable<TimeSpan> with get, set
Public Property DefaultMessageTimeToLive As Nullable(Of TimeSpan)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a