CountedLength Property

Serilog Sinks AmazonS3

Serilog.Sinks.AmazonS3

WriteCountingStream..::..CountedLength Property

Gets the length of the counted value.

Namespace:  Serilog.Sinks.AmazonS3
Assembly:  Serilog.Sinks.AmazonS3 (in Serilog.Sinks.AmazonS3.dll)

Syntax


public long CountedLength { get; set; }
Public Property CountedLength As Long
	Get
	Set
public:
property long long^ CountedLength {
	long long^ get ();
	void set (long long^ value);
}

Field Value

The length of the counted value.