Click or drag to resize

AnalyticsMetaDataSignature Property

Gets the schema of the results. Present only when the query completes successfully.

Namespace:  Couchbase.Analytics
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public Object Signature { get; set; }

Property Value

Type: Object
The signature of the schema of the request.
See Also