Analytics Hub v1 API - Class Routine (1.10.0)

public sealed class Routine : IMessage<Routine>, IEquatable<Routine>, IDeepCloneable<Routine>, IBufferMessage, IMessage

Reference documentation and code samples for the Analytics Hub v1 API class Routine.

Represents a bigquery routine.

Inheritance

object > Routine

Namespace

Google.Cloud.BigQuery.AnalyticsHub.V1

Assembly

Google.Cloud.BigQuery.AnalyticsHub.V1.dll

Constructors

Routine()

public Routine()

Routine(Routine)

public Routine(Routine other)
Parameter
Name Description
other Routine

Properties

DefinitionBody

public string DefinitionBody { get; set; }

Optional. The definition body of the routine.

Property Value
Type Description
string

RoutineType

public Routine.Types.RoutineType RoutineType { get; set; }

Required. The type of routine.

Property Value
Type Description
RoutineTypesRoutineType