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기록된 데이터의 양을 나타냅니다.

적용 대상