Class NotebookRuntimeOptions
Implements
Inherited Members
Namespace: Google.Apis.Dataform.v1beta1.Data
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class NotebookRuntimeOptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsOutputBucket
Optional. The GCS location to upload the result to. Format: gs://bucket-name
.
Declaration
[JsonProperty("gcsOutputBucket")]
public virtual string GcsOutputBucket { get; set; }
Property Value
Type | Description |
---|---|
string |