GlobalLogBufferingOptions.MaxLogRecordSizeInBytes プロパティ

定義

個々のログ レコードの最大サイズをバイト単位で取得または設定します。

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

プロパティ値

属性

注釈

ログ レコードのサイズがこの制限を超えた場合、バッファーに格納されません。

適用対象