Utf8JsonWriter.BytesCommitted プロパティ

定義

現在のインスタンスによってこれまでに出力にコミットされた合計バイト数を取得します。

public:
 property long BytesCommitted { long get(); };
public long BytesCommitted { get; }
member this.BytesCommitted : int64
Public ReadOnly Property BytesCommitted As Long

プロパティ値

これまでに Utf8JsonWriter によって出力にコミットされた合計バイト数。

注釈

IBufferWriter<T>の場合、このプロパティは IBufferWriter がどれだけ進んでいるかを示します。

Streamの場合、このプロパティはストリームに書き込まれたデータの量を示します。

適用対象