Show / Hide Table of Contents

Class StreamingServiceAction

An action that delivers to an Oracle Stream Service stream.

Inheritance
object
Action
StreamingServiceAction
Inherited Members
Action.Id
Action.LifecycleMessage
Action.LifecycleState
Action.IsEnabled
Action.Description
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.EventsService.Models
Assembly: OCI.DotNetSDK.Events.dll
Syntax
public class StreamingServiceAction : Action

Properties

StreamId

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

The OCID of the stream to which messages are delivered.

In this article
Back to top