Class EventDrivenSchedule
Options customizing EventDriven transfers schedule.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryDataTransfer.v1.Data
Assembly: Google.Apis.BigQueryDataTransfer.v1.dll
Syntax
public class EventDrivenSchedule : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PubsubSubscription
Pub/Sub subscription name used to receive events. Only Google Cloud Storage data source support this option. Format: projects/{project}/subscriptions/{subscription}
Declaration
[JsonProperty("pubsubSubscription")]
public virtual string PubsubSubscription { get; set; }
Property Value
Type | Description |
---|---|
string |