Class StreamingTargetDetails
The destination stream for data transferred from the source. For configuration instructions, see Creating a Connector.
Inherited Members
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