Show / Hide Table of Contents

Class SuccessDestinationDetails

An object that represents the destination to which Oracle Functions will send an invocation record with the details of the successful detached function invocation. A stream is an example of a success destination.
Example: {"kind": "STREAM", "streamId": "stream_OCID"}

Inheritance
object
SuccessDestinationDetails
NoneSuccessDestinationDetails
NotificationSuccessDestinationDetails
QueueSuccessDestinationDetails
StreamSuccessDestinationDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FunctionsService.Models
Assembly: OCI.DotNetSDK.Functions.dll
Syntax
[JsonConverter(typeof(SuccessDestinationDetailsModelConverter))]
public class SuccessDestinationDetails
In this article
Back to top