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
| Type | Description |
|---|---|
int64 | The 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
| Type | Description |
|---|---|
bool | A 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
| Type | Description |
|---|---|
string | The 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
| Type | Description |
|---|---|
string | The MD5 hash string of the content. |