MemoryRecordMetadataValue

The value of a memory record metadata entry.

Inheritors

Types

Link copied to clipboard

A timestamp value in ISO 8601 UTC format.

Link copied to clipboard

A numeric value.

Link copied to clipboard
Link copied to clipboard

A list of string values.

Link copied to clipboard

A string value.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Casts this MemoryRecordMetadataValue as a NumberValue and retrieves its kotlin.Double value. Throws an exception if the MemoryRecordMetadataValue is not a NumberValue.

Link copied to clipboard

Casts this MemoryRecordMetadataValue as a NumberValue and retrieves its kotlin.Double value. Returns null if the MemoryRecordMetadataValue is not a NumberValue.

Link copied to clipboard

Casts this MemoryRecordMetadataValue as a StringListValue and retrieves its kotlin.collections.List value. Throws an exception if the MemoryRecordMetadataValue is not a StringListValue.

Link copied to clipboard

Casts this MemoryRecordMetadataValue as a StringListValue and retrieves its kotlin.collections.List value. Returns null if the MemoryRecordMetadataValue is not a StringListValue.

Link copied to clipboard

Casts this MemoryRecordMetadataValue as a StringValue and retrieves its kotlin.String value. Throws an exception if the MemoryRecordMetadataValue is not a StringValue.

Link copied to clipboard

Casts this MemoryRecordMetadataValue as a StringValue and retrieves its kotlin.String value. Returns null if the MemoryRecordMetadataValue is not a StringValue.