Class Term
Inherited Members
Namespace: Couchbase.Search
Assembly: Couchbase.NetClient.dll
Syntax
public class Term
Properties
| Edit this page View SourceCount
Gets or sets the count.
Declaration
[JsonProperty("count")]
public long Count { get; set; }
Property Value
Type | Description |
---|---|
long | The count. |
Name
Gets or sets the name.
Declaration
[JsonProperty("term")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The name. |