GlobalLogBufferingOptions.MaxLogRecordSizeInBytes プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
個々のログ レコードの最大サイズをバイト単位で取得または設定します。
public:
property int MaxLogRecordSizeInBytes { int get(); void set(int value); };
[System.ComponentModel.DataAnnotations.Range(1, 10485760)]
public int MaxLogRecordSizeInBytes { get; set; }
[<System.ComponentModel.DataAnnotations.Range(1, 10485760)>]
member this.MaxLogRecordSizeInBytes : int with get, set
Public Property MaxLogRecordSizeInBytes As Integer
プロパティ値
- 属性
注釈
ログ レコードのサイズがこの制限を超えた場合、バッファーに格納されません。