Class StatementSummary
Summary of the statement.
Inherited Members
Namespace: Oci.DataflowService.Models
Assembly: OCI.DotNetSDK.Dataflow.dll
Syntax
public class StatementSummaryProperties
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public long? Id { get; set; }Property Value
| Type | Description | 
|---|---|
| long? | The statement ID. | 
Remarks
Required
LifecycleState
Declaration
[Required(ErrorMessage = "LifecycleState is required.")]
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public StatementLifecycleState? LifecycleState { get; set; }Property Value
| Type | Description | 
|---|---|
| StatementLifecycleState? | The current state of this statement. | 
Remarks
Required
RunId
Declaration
[JsonProperty(PropertyName = "runId")]
public string RunId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The ID of a run. | 
TimeCompleted
Declaration
[JsonProperty(PropertyName = "timeCompleted")]
public DateTime? TimeCompleted { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | The date and time a statement execution was completed, expressed in RFC 3339 timestamp format. Example: 2022-05-31T21:10:29.600Z | 
TimeCreated
Declaration
[Required(ErrorMessage = "TimeCreated is required.")]
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | The date and time the resource was created, expressed in RFC 3339 timestamp format. Example: 2018-04-03T21:10:29.600Z | 
Remarks
Required