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