Skip to main content

MemoryMetadata

No overview available.

Methods


Size()

@classmethod
def Size() - > int64

Retrieves the size of the memory metadata in bytes. Call this method to determine the allocated memory for the metadata.

Returns

TypeDescription
int64The size of the memory metadata as an integer.

Exists()

@classmethod
def Exists() - > bool

Checks if the memory metadata exists. Use this method to verify the presence of the metadata before attempting to access its properties.

Returns

TypeDescription
boolA boolean indicating whether the memory metadata exists (true) or not (false).

Etag()

@classmethod
def Etag() - > string

Fetches the ETag (entity tag) associated with the memory metadata. The ETag can be used for conditional requests to check if the metadata has changed.

Returns

TypeDescription
stringThe ETag string for the memory metadata.

ContentMD5()

@classmethod
def ContentMD5() - > string

Retrieves the MD5 hash of the content. This hash can be used to verify the integrity of the content.

Returns

TypeDescription
stringThe MD5 hash string of the content.