CountStatisticSummary¶
-
class
oci.data_integration.models.
CountStatisticSummary
(**kwargs)¶ Bases:
object
Details of the count statistic summary object.
Attributes
OBJECT_TYPE_APPLICATION
A constant which can be used with the object_type property of a CountStatisticSummary. OBJECT_TYPE_CONNECTION
A constant which can be used with the object_type property of a CountStatisticSummary. OBJECT_TYPE_DATA_ASSET
A constant which can be used with the object_type property of a CountStatisticSummary. OBJECT_TYPE_DATA_FLOW
A constant which can be used with the object_type property of a CountStatisticSummary. OBJECT_TYPE_FOLDER
A constant which can be used with the object_type property of a CountStatisticSummary. OBJECT_TYPE_FUNCTION_LIBRARY
A constant which can be used with the object_type property of a CountStatisticSummary. OBJECT_TYPE_PROJECT
A constant which can be used with the object_type property of a CountStatisticSummary. OBJECT_TYPE_TASK
A constant which can be used with the object_type property of a CountStatisticSummary. OBJECT_TYPE_USER_DEFINED_FUNCTION
A constant which can be used with the object_type property of a CountStatisticSummary. object_count
Gets the object_count of this CountStatisticSummary. object_type
Gets the object_type of this CountStatisticSummary. Methods
__init__
(**kwargs)Initializes a new CountStatisticSummary object with values from keyword arguments. -
OBJECT_TYPE_APPLICATION
= 'APPLICATION'¶ A constant which can be used with the object_type property of a CountStatisticSummary. This constant has a value of “APPLICATION”
-
OBJECT_TYPE_CONNECTION
= 'CONNECTION'¶ A constant which can be used with the object_type property of a CountStatisticSummary. This constant has a value of “CONNECTION”
-
OBJECT_TYPE_DATA_ASSET
= 'DATA_ASSET'¶ A constant which can be used with the object_type property of a CountStatisticSummary. This constant has a value of “DATA_ASSET”
-
OBJECT_TYPE_DATA_FLOW
= 'DATA_FLOW'¶ A constant which can be used with the object_type property of a CountStatisticSummary. This constant has a value of “DATA_FLOW”
-
OBJECT_TYPE_FOLDER
= 'FOLDER'¶ A constant which can be used with the object_type property of a CountStatisticSummary. This constant has a value of “FOLDER”
-
OBJECT_TYPE_FUNCTION_LIBRARY
= 'FUNCTION_LIBRARY'¶ A constant which can be used with the object_type property of a CountStatisticSummary. This constant has a value of “FUNCTION_LIBRARY”
-
OBJECT_TYPE_PROJECT
= 'PROJECT'¶ A constant which can be used with the object_type property of a CountStatisticSummary. This constant has a value of “PROJECT”
-
OBJECT_TYPE_TASK
= 'TASK'¶ A constant which can be used with the object_type property of a CountStatisticSummary. This constant has a value of “TASK”
-
OBJECT_TYPE_USER_DEFINED_FUNCTION
= 'USER_DEFINED_FUNCTION'¶ A constant which can be used with the object_type property of a CountStatisticSummary. This constant has a value of “USER_DEFINED_FUNCTION”
-
__init__
(**kwargs)¶ Initializes a new CountStatisticSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - object_type (str) – The value to assign to the object_type property of this CountStatisticSummary. Allowed values for this property are: “PROJECT”, “FOLDER”, “DATA_FLOW”, “DATA_ASSET”, “CONNECTION”, “TASK”, “APPLICATION”, “FUNCTION_LIBRARY”, “USER_DEFINED_FUNCTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- object_count (int) – The value to assign to the object_count property of this CountStatisticSummary.
-
object_count
¶ Gets the object_count of this CountStatisticSummary. The value for the count statistic object.
Returns: The object_count of this CountStatisticSummary. Return type: int
-
object_type
¶ Gets the object_type of this CountStatisticSummary. The type of object for the count statistic object.
Allowed values for this property are: “PROJECT”, “FOLDER”, “DATA_FLOW”, “DATA_ASSET”, “CONNECTION”, “TASK”, “APPLICATION”, “FUNCTION_LIBRARY”, “USER_DEFINED_FUNCTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The object_type of this CountStatisticSummary. Return type: str
-