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,此属性指示已写入流的数据量。

适用于