Click or drag to resize

AttachmentLength Property

Gets the length in bytes of the content.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public long Length { get; }

Property Value

Type: Int64
The length in bytes of the content.
See Also