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場合、このプロパティはストリームに書き込まれたデータの量を示します。

適用対象