Google BigQuery Data Transfer v1 API - Class EventDrivenSchedule (4.10.0)

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.

Inheritance

object > EventDrivenSchedule

Namespace

Google.Cloud.BigQuery.DataTransfer.V1

Assembly

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