Class StreamingSourceDetailsResponse
The Streaming source response. Private metadata is included when the target is a stream accessed through a private endpoint.
Inherited Members
Namespace: Oci.SchService.Models
Assembly: OCI.DotNetSDK.Sch.dll
Syntax
public class StreamingSourceDetailsResponse : SourceDetailsResponse
Properties
Cursor
Declaration
[JsonProperty(PropertyName = "cursor")]
public StreamingCursorDetails Cursor { get; set; }
Property Value
Type | Description |
---|---|
StreamingCursorDetails |
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