CreateMessageBatchOptions.MaxSizeInBytes プロパティ

定義

メッセージの 1 つのバッチを許可する最大サイズ (バイト単位)。

public long? MaxSizeInBytes { get; set; }
member this.MaxSizeInBytes : Nullable<int64> with get, set
Public Property MaxSizeInBytes As Nullable(Of Long)

プロパティ値

関連付けられた Service Bus メッセージ バッチのサイズに必要な制限 (バイト単位)。 の場合 nullは、アクティブなトランスポートで許可される最大サイズが使用されます。

例外

プロパティに負の値を設定しようとしました。

適用対象