AlloyDB v1beta API - Class ExecuteSqlMetadata (1.0.0-beta09)

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

Reference documentation and code samples for the AlloyDB v1beta API class ExecuteSqlMetadata.

Any additional metadata information regarding the execution of the SQL

Inheritance

object > ExecuteSqlMetadata

Namespace

Google.Cloud.AlloyDb.V1Beta

Assembly

Google.Cloud.AlloyDb.V1Beta.dll

Constructors

ExecuteSqlMetadata()

public ExecuteSqlMetadata()

ExecuteSqlMetadata(ExecuteSqlMetadata)

public ExecuteSqlMetadata(ExecuteSqlMetadata other)
Parameter
Name Description
other ExecuteSqlMetadata

Properties

Message

public string Message { get; set; }

Message related to SQL execution. Marked as core content since it can potentially contain details related to the query or result set. This field can be used to convey messages such as "when the SQL result set exceeds the acceptable response size limits."

Property Value
Type Description
string

PartialResult

public bool PartialResult { get; set; }

Set to true if SQL returned a result set larger than the acceptable response size limits and the result was truncated.

Property Value
Type Description
bool

SqlStatementExecutionDuration

public Duration SqlStatementExecutionDuration { get; set; }

The time duration taken to execute the sql statement.

Property Value
Type Description
Duration

Status

public ExecuteSqlMetadata.Types.Status Status { get; set; }

Status of SQL execution.

Property Value
Type Description
ExecuteSqlMetadataTypesStatus