Google BigQuery v2 API - Class GetRoutineOptions (3.9.0)

public sealed class GetRoutineOptions

Reference documentation and code samples for the Google BigQuery v2 API class GetRoutineOptions.

Options for GetRoutine operations.

Inheritance

object > GetRoutineOptions

Namespace

Google.Cloud.BigQuery.V2

Assembly

Google.Cloud.BigQuery.V2.dll

Properties

ReadMask

public string ReadMask { get; set; }

Comma separated list of fully qualified names of Routine fields that will be populated in the returned resource. If unset then all fields are populated on the returned resource.

Property Value
TypeDescription
string