Show / Hide Table of Contents

Class StreamingSourceDetailsResponse

The Streaming source response. Private metadata is included when the target is a stream accessed through a private endpoint.

Inheritance
object
SourceDetailsResponse
StreamingSourceDetailsResponse
Inherited Members
SourceDetailsResponse.PrivateEndpointMetadata
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 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

In this article
Back to top