public enum TeardownPolicyReference documentation and code samples for the Dataflow v1beta3 API 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.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Fields |
|
|---|---|
| Name | Description |
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. |