Show / Hide Table of Contents

Class StatementCollection

The results of a query for a list of statements of a Session Run. It contains StatementSummary items.

Inheritance
object
StatementCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top