public sealed class EventDrivenSchedule : IMessage<EventDrivenSchedule>, IEquatable<EventDrivenSchedule>, IDeepCloneable<EventDrivenSchedule>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Data Transfer v1 API class EventDrivenSchedule.
Options customizing EventDriven transfers schedule.
Implements
IMessageEventDrivenSchedule, IEquatableEventDrivenSchedule, IDeepCloneableEventDrivenSchedule, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.DataTransfer.V1Assembly
Google.Cloud.BigQuery.DataTransfer.V1.dll
Constructors
EventDrivenSchedule()
public EventDrivenSchedule()
EventDrivenSchedule(EventDrivenSchedule)
public EventDrivenSchedule(EventDrivenSchedule other)
Parameter | |
---|---|
Name | Description |
other |
EventDrivenSchedule |
Properties
PubsubSubscription
public string PubsubSubscription { get; set; }
Pub/Sub subscription name used to receive events. Only Google Cloud Storage data source support this option. Format: projects/{project}/subscriptions/{subscription}
Property Value | |
---|---|
Type | Description |
string |