次の方法で共有


SBQueue.MaxMessageSizeInKilobytes プロパティ

定義

キューで受け入れられるメッセージ ペイロードの最大サイズ (KB 単位) を取得または設定します。 このプロパティは現在 Premium でのみ使用され、既定値は 1024 です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.maxMessageSizeInKilobytes")]
public long? MaxMessageSizeInKilobytes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.maxMessageSizeInKilobytes")>]
member this.MaxMessageSizeInKilobytes : Nullable<int64> with get, set
Public Property MaxMessageSizeInKilobytes As Nullable(Of Long)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象