Enum TeardownPolicy (1.0.0-beta03)

public enum TeardownPolicy

Specifies what happens to a resource when a Cloud Dataflow [google.dataflow.v1beta3.Job][google.dataflow.v1beta3.Job] has completed.

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Fields

NameDescription
TeardownAlways

Always teardown the resource.

TeardownNever

Never teardown the resource. This is useful for debugging and development.

TeardownOnSuccess

Teardown the resource on success. This is useful for debugging failures.

Unknown

The teardown policy isn't specified, or is unknown.