DataFileSummary¶
-
class
oci.apm_config.models.DataFileSummary(**kwargs)¶ Bases:
objectProperties related to the file.
Methods
__init__(**kwargs)Initializes a new DataFileSummary object with values from keyword arguments. Attributes
apm_type[Required] Gets the apm_type of this DataFileSummary. md5Gets the md5 of this DataFileSummary. metadataGets the metadata of this DataFileSummary. name[Required] Gets the name of this DataFileSummary. size_in_bytesGets the size_in_bytes of this DataFileSummary. time_last_modifiedGets the time_last_modified of this DataFileSummary. -
__init__(**kwargs)¶ Initializes a new DataFileSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this DataFileSummary.
- apm_type (str) – The value to assign to the apm_type property of this DataFileSummary.
- size_in_bytes (int) – The value to assign to the size_in_bytes property of this DataFileSummary.
- md5 (str) – The value to assign to the md5 property of this DataFileSummary.
- time_last_modified (datetime) – The value to assign to the time_last_modified property of this DataFileSummary.
- metadata (dict(str, str)) – The value to assign to the metadata property of this DataFileSummary.
-
apm_type¶ [Required] Gets the apm_type of this DataFileSummary. The type of the data file, indicating its intended use Example: source_map
Returns: The apm_type of this DataFileSummary. Return type: str
-
md5¶ Gets the md5 of this DataFileSummary. Base64-encoded MD5 hash of the object data.
Returns: The md5 of this DataFileSummary. Return type: str
-
metadata¶ Gets the metadata of this DataFileSummary. Metadata properties related to the data file.
Returns: The metadata of this DataFileSummary. Return type: dict(str, str)
-
name¶ [Required] Gets the name of this DataFileSummary. The name to use as identifier for the data file.
Returns: The name of this DataFileSummary. Return type: str
-
size_in_bytes¶ Gets the size_in_bytes of this DataFileSummary. Size of the object in bytes.
Returns: The size_in_bytes of this DataFileSummary. Return type: int
-