Class QuerySource
List of sources that the user can search using the query API.
Inheritance
System.Object
QuerySource
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Operators
List of all operators applicable for this source.
Declaration
[JsonProperty("operators")]
public virtual IList<QueryOperator> Operators { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.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 |
|---|---|
| System.String |
Source
Name of the source
Declaration
[JsonProperty("source")]
public virtual Source Source { get; set; }
Property Value
| Type | Description |
|---|---|
| Source |
Implements
Google.Apis.Requests.IDirectResponseSchema