public sealed class JobConfiguration.Types.Load : IMessage<JobConfiguration.Types.Load>, IEquatable<JobConfiguration.Types.Load>, IDeepCloneable<JobConfiguration.Types.Load>, IBufferMessage, IMessageReference documentation and code samples for the BigQuery Audit Data Logging v1 API class JobConfiguration.Types.Load.
Describes a load job, which loads data from an external source via the import pipeline.
Implements
IMessageJobConfigurationTypesLoad, IEquatableJobConfigurationTypesLoad, IDeepCloneableJobConfigurationTypesLoad, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Logging.V1Assembly
Google.Cloud.BigQuery.Logging.V1.dll
Constructors
Load()
public Load()Load(Load)
public Load(JobConfiguration.Types.Load other)| Parameter | |
|---|---|
| Name | Description |
other |
JobConfigurationTypesLoad |
Properties
CreateDisposition
public string CreateDisposition { get; set; }Describes when a job is allowed to create a table:
CREATE_IF_NEEDED, CREATE_NEVER.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DestinationTable
public TableName DestinationTable { get; set; }The table where the imported data is written.
| Property Value | |
|---|---|
| Type | Description |
TableName |
|
DestinationTableEncryption
public EncryptionInfo DestinationTableEncryption { get; set; }Result table encryption information. Set when non-default encryption is used.
| Property Value | |
|---|---|
| Type | Description |
EncryptionInfo |
|
SchemaJson
public string SchemaJson { get; set; }The table schema in JSON format representation of a TableSchema.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SourceUris
public RepeatedField<string> SourceUris { get; }URIs for the data to be imported. Only Google Cloud Storage URIs are supported.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
WriteDisposition
public string WriteDisposition { get; set; }Describes how writes affect existing tables:
WRITE_TRUNCATE, WRITE_APPEND, WRITE_EMPTY.
| Property Value | |
|---|---|
| Type | Description |
string |
|