Class QuerySource
List of sources that the user can search using the query API.
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class QuerySource : IDirectResponseSchema
Properties
DisplayName
Display name of the data source.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Operators
List of all operators applicable for this source.
Declaration
[JsonProperty("operators")]
public virtual IList<QueryOperator> Operators { get; set; }
Property Value
Type | Description |
---|---|
IList<QueryOperator> |
ShortName
A short name or alias for the source. This value can be used with the 'source' operator.
Declaration
[JsonProperty("shortName")]
public virtual string ShortName { get; set; }
Property Value
Type | Description |
---|---|
string |
Source
The name of the source
Declaration
[JsonProperty("source")]
public virtual Source Source { get; set; }
Property Value
Type | Description |
---|---|
Source |