DataFileSummary

class oci.apm_config.models.DataFileSummary(**kwargs)

Bases: object

Properties 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.
md5 Gets the md5 of this DataFileSummary.
metadata Gets the metadata of this DataFileSummary.
name [Required] Gets the name of this DataFileSummary.
size_in_bytes Gets the size_in_bytes of this DataFileSummary.
time_last_modified Gets 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
time_last_modified

Gets the time_last_modified of this DataFileSummary. The last time the object was modified, as described in RFC 2616. Expressed in RFC 3339 timestamp format. Example: 2020-02-19T22:47:12.613Z

Returns:The time_last_modified of this DataFileSummary.
Return type:datetime