public sealed class ExecuteSqlMetadata : IMessage<ExecuteSqlMetadata>, IEquatable<ExecuteSqlMetadata>, IDeepCloneable<ExecuteSqlMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1alpha API class ExecuteSqlMetadata.
Any additional metadata information regarding the execution of the SQL
Implements
IMessageExecuteSqlMetadata, IEquatableExecuteSqlMetadata, IDeepCloneableExecuteSqlMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1AlphaAssembly
Google.Cloud.AlloyDb.V1Alpha.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 |