Class StatementCollection
The results of a query for a list of statements of a Session Run. It contains StatementSummary items.
Inherited Members
Namespace: Oci.DataflowService.Models
Assembly: OCI.DotNetSDK.Dataflow.dll
Syntax
public class StatementCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<StatementSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<StatementSummary> | A list of statements for a Session Run. |
Remarks
Required