Class BigQueryAuditMetadata.Types.Routine (1.1.0)

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

User Defined Function (UDF) or Stored Procedure.

Inheritance

Object > BigQueryAuditMetadata.Types.Routine

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Constructors

Routine()

public Routine()

Routine(BigQueryAuditMetadata.Types.Routine)

public Routine(BigQueryAuditMetadata.Types.Routine other)
Parameter
NameDescription
otherBigQueryAuditMetadata.Types.Routine

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Routine creation time.

Property Value
TypeDescription
Timestamp

RoutineName

public string RoutineName { get; set; }

Routine URI.

Format: projects/&lt;project_id>/datasets/&lt;dataset_id>/routines/&lt;routine_id>.

Property Value
TypeDescription
String

UpdateTime

public Timestamp UpdateTime { get; set; }

Routine last update time.

Property Value
TypeDescription
Timestamp