Show / Hide Table of Contents

Class StreamingTargetDetails

The destination stream for data transferred from the source. For configuration instructions, see Creating a Connector.

Inheritance
object
TargetDetails
StreamingTargetDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.SchService.Models
Assembly: OCI.DotNetSDK.Sch.dll
Syntax
public class StreamingTargetDetails : TargetDetails

Properties

StreamId

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

The OCID of the stream.

Remarks

Required

In this article
Back to top