Utf8JsonWriter.BytesCommitted 속성

정의

현재 인스턴스에서 지금까지 출력에 커밋한 총 바이트 수를 가져옵니다.

public:
 property long BytesCommitted { long get(); };
public long BytesCommitted { get; }
member this.BytesCommitted : int64
Public ReadOnly Property BytesCommitted As Long

속성 값

Int64

지금까지 출력에 커밋된 총 바이트 수 Utf8JsonWriter 입니다.

설명

이 속성은 IBufferWriter의 IBufferWriter<T>고급 크기를 나타냅니다.

이 속성은 스트림에 Stream기록된 데이터의 양을 나타냅니다.

적용 대상