Class JobQueryUserDefinedFunctionResource
Inheritance
System.Object
JobQueryUserDefinedFunctionResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.BigQuery.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class JobQueryUserDefinedFunctionResource
Fields
View SourceInlineCode
An inline resource that contains code for a user-defined function (UDF). Providing a inline code resource is equivalent to providing a URI for a file containing the same code.
Declaration
public readonly string InlineCode
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceUri
A code resource to load from a Google Cloud Storage URI (gs://bucket/path).
Declaration
public readonly string ResourceUri
Field Value
| Type | Description |
|---|---|
| System.String |