Show / Hide Table of Contents

Class FailureDestinationDetails

An object that represents the destination to which Oracle Functions will send an invocation record with the details of the error of the failed detached function invocation. A notification is an example of a failure destination.
Example: {"kind": "NOTIFICATION", "topicId": "topic_OCID"}

Inheritance
object
FailureDestinationDetails
NoneFailureDestinationDetails
NotificationFailureDestinationDetails
QueueFailureDestinationDetails
StreamFailureDestinationDetails
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(FailureDestinationDetailsModelConverter))]
public class FailureDestinationDetails
In this article
Back to top