Show / Hide Table of Contents

Class CreateStreamingServiceActionDetails

Create an action that delivers to an Oracle Stream Service stream.

Inheritance
object
ActionDetails
CreateStreamingServiceActionDetails
Inherited Members
ActionDetails.IsEnabled
ActionDetails.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 CreateStreamingServiceActionDetails : ActionDetails

Properties

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

In this article
Back to top