Module Values.SAPODataDestinationPropertiesSource

The properties that are applied when using SAPOData as a flow destination

Sourcetype nonrec t = {
  1. objectPath : Object.t;
    (*

    The object path specified in the SAPOData flow destination.

    *)
  2. successResponseHandlingConfig : SuccessResponseHandlingConfig.t option;
    (*

    Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data. For example, this setting would determine where to write the response from a destination connector upon a successful insert operation.

    *)
  3. idFieldNames : IdFieldNameList.t option;
  4. errorHandlingConfig : ErrorHandlingConfig.t option;
  5. writeOperationType : WriteOperationType.t option;
}
Sourceval context_ : string
Sourceval make : ?successResponseHandlingConfig:??? -> ?idFieldNames:??? -> ?errorHandlingConfig:??? -> ?writeOperationType:??? -> objectPath:Object.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of Name.t ] list | `String of Object.t | `Structure of (string * [> `Boolean of Boolean.t | `String of BucketPrefix.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t