次の方法で共有


SBQueue.EnableExpress プロパティ

定義

Express Entities が有効かどうかを示す値を取得または設定します。 高速キューは、永続ストレージに書き込む前に、メッセージを一時的にメモリー内に保持します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象