Class CreateStreamingServiceActionDetails
Create an action that delivers to an Oracle Stream Service stream.
Inherited Members
Namespace: Oci.EventsService.Models
Assembly: OCI.DotNetSDK.Events.dll
Syntax
public class CreateStreamingServiceActionDetails : ActionDetailsProperties
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 to which messages are delivered. | 
Remarks
Required