Utf8JsonWriter.BytesCommitted 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前執行個體到目前為止認可至輸出的位元組總數。
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如果是 ,這個屬性會指出已寫入資料流程的資料量。