Click or drag to resize

BlobProperties Property

Gets the metadata of the blob instance

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
Syntax
C#
public IReadOnlyDictionary<string, Object> Properties { get; }

Property Value

Type: IReadOnlyDictionaryString, Object
See Also