Class Schema
The schema definition for a data source.
Inheritance
object
Schema
Implements
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 Schema : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ObjectDefinitions
The list of top-level objects for the data source. The maximum number of elements is 10.
Declaration
[JsonProperty("objectDefinitions")]
public virtual IList<ObjectDefinition> ObjectDefinitions { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<T><ObjectDefinition> |
OperationIds
IDs of the Long Running Operations (LROs) currently running for this schema. After modifying the schema, wait for operations to complete before indexing additional content.
Declaration
[JsonProperty("operationIds")]
public virtual IList<string> OperationIds { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<T><string> |