CreateUserDefinedFunctionDetails¶
-
class
oci.data_integration.models.
CreateUserDefinedFunctionDetails
(**kwargs)¶ Bases:
object
Properties used in user defined function create operations.
Methods
__init__
(**kwargs)Initializes a new CreateUserDefinedFunctionDetails object with values from keyword arguments. Attributes
description
Gets the description of this CreateUserDefinedFunctionDetails. expr
Gets the expr of this CreateUserDefinedFunctionDetails. identifier
[Required] Gets the identifier of this CreateUserDefinedFunctionDetails. key
Gets the key of this CreateUserDefinedFunctionDetails. model_version
Gets the model_version of this CreateUserDefinedFunctionDetails. name
[Required] Gets the name of this CreateUserDefinedFunctionDetails. object_status
Gets the object_status of this CreateUserDefinedFunctionDetails. parent_ref
Gets the parent_ref of this CreateUserDefinedFunctionDetails. registry_metadata
[Required] Gets the registry_metadata of this CreateUserDefinedFunctionDetails. signatures
Gets the signatures of this CreateUserDefinedFunctionDetails. -
__init__
(**kwargs)¶ Initializes a new CreateUserDefinedFunctionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - key (str) – The value to assign to the key property of this CreateUserDefinedFunctionDetails.
- model_version (str) – The value to assign to the model_version property of this CreateUserDefinedFunctionDetails.
- parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this CreateUserDefinedFunctionDetails.
- name (str) – The value to assign to the name property of this CreateUserDefinedFunctionDetails.
- identifier (str) – The value to assign to the identifier property of this CreateUserDefinedFunctionDetails.
- signatures (list[oci.data_integration.models.FunctionSignature]) – The value to assign to the signatures property of this CreateUserDefinedFunctionDetails.
- expr (oci.data_integration.models.Expression) – The value to assign to the expr property of this CreateUserDefinedFunctionDetails.
- description (str) – The value to assign to the description property of this CreateUserDefinedFunctionDetails.
- object_status (int) – The value to assign to the object_status property of this CreateUserDefinedFunctionDetails.
- registry_metadata (oci.data_integration.models.RegistryMetadata) – The value to assign to the registry_metadata property of this CreateUserDefinedFunctionDetails.
-
description
¶ Gets the description of this CreateUserDefinedFunctionDetails. Detailed description for the object.
Returns: The description of this CreateUserDefinedFunctionDetails. Return type: str
-
expr
¶ Gets the expr of this CreateUserDefinedFunctionDetails.
Returns: The expr of this CreateUserDefinedFunctionDetails. Return type: oci.data_integration.models.Expression
-
identifier
¶ [Required] Gets the identifier of this CreateUserDefinedFunctionDetails. Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
Returns: The identifier of this CreateUserDefinedFunctionDetails. Return type: str
-
key
¶ Gets the key of this CreateUserDefinedFunctionDetails. Generated key that can be used in API calls to identify user defined function. On scenarios where reference to the user defined function is needed, a value can be passed in create.
Returns: The key of this CreateUserDefinedFunctionDetails. Return type: str
-
model_version
¶ Gets the model_version of this CreateUserDefinedFunctionDetails. The model version of an object.
Returns: The model_version of this CreateUserDefinedFunctionDetails. Return type: str
-
name
¶ [Required] Gets the name of this CreateUserDefinedFunctionDetails. Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
Returns: The name of this CreateUserDefinedFunctionDetails. Return type: str
-
object_status
¶ Gets the object_status of this CreateUserDefinedFunctionDetails. The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
Returns: The object_status of this CreateUserDefinedFunctionDetails. Return type: int
-
parent_ref
¶ Gets the parent_ref of this CreateUserDefinedFunctionDetails.
Returns: The parent_ref of this CreateUserDefinedFunctionDetails. Return type: oci.data_integration.models.ParentReference
-
registry_metadata
¶ [Required] Gets the registry_metadata of this CreateUserDefinedFunctionDetails.
Returns: The registry_metadata of this CreateUserDefinedFunctionDetails. Return type: oci.data_integration.models.RegistryMetadata
-
signatures
¶ Gets the signatures of this CreateUserDefinedFunctionDetails. An array of function signature.
Returns: The signatures of this CreateUserDefinedFunctionDetails. Return type: list[oci.data_integration.models.FunctionSignature]
-