Class StreamingServiceAction
An action that delivers to an Oracle Stream Service stream.
Inherited Members
Namespace: Oci.EventsService.Models
Assembly: OCI.DotNetSDK.Events.dll
Syntax
public class StreamingServiceAction : ActionProperties
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. |