 | QueryMetaDataSignature Property |
Gets the schema of the results. Present only when the query completes successfully.
Namespace:
Couchbase.Query
Assembly:
Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntaxpublic Object Signature { get; set; }
Property Value
Type:
Object
The signature of the schema of the request.
See Also