Class StreamSuccessDestinationDetails
The destination stream in the Streaming service to which to send the response of the successful detached function invocation.
Example: {"kind": "STREAM", "streamId": "stream_OCID"}
Inherited Members
Namespace: Oci.FunctionsService.Models
Assembly: OCI.DotNetSDK.Functions.dll
Syntax
public class StreamSuccessDestinationDetails : SuccessDestinationDetailsProperties
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