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如果是 ,這個屬性會指出已寫入資料流程的資料量。

適用於