Show / Hide Table of Contents

Class QuerySource

List of sources that the user can search using the query API.

Inheritance
object
QuerySource
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX