Show / Hide Table of Contents

Class TextPlainStatementOutputData

The statement output data in text format.

Inheritance
object
StatementOutputData
TextPlainStatementOutputData
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 TextPlainStatementOutputData : StatementOutputData

Properties

Value

Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type Description
string

The statement code execution output in text format.

Remarks

Required

In this article
Back to top