Class GoogleCloudDiscoveryengineV1betaSpannerSource
The Spanner source for importing data
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaSpannerSource : IDirectResponseSchema
Properties
DatabaseId
Required. The database ID of the source Spanner table.
Declaration
[JsonProperty("databaseId")]
public virtual string DatabaseId { 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 |
EnableDataBoost
Whether to apply data boost on Spanner export. Enabling this option will incur additional cost. More info can be found here.
Declaration
[JsonProperty("enableDataBoost")]
public virtual bool? EnableDataBoost { get; set; }
Property Value
Type | Description |
---|---|
bool? |
InstanceId
Required. The instance ID of the source Spanner table.
Declaration
[JsonProperty("instanceId")]
public virtual string InstanceId { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectId
The project ID that contains the Spanner source. Has a length limit of 128 characters. If not specified, inherits the project ID from the parent request.
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
TableId
Required. The table name of the Spanner database that needs to be imported.
Declaration
[JsonProperty("tableId")]
public virtual string TableId { get; set; }
Property Value
Type | Description |
---|---|
string |