DataStoreSetOptions

DataStoreSetOptions : Instance

Properties

Methods

SetMetadata

The SetMetadata() method allows developers to define custom metadata for a key

Parameters

Value InMetaDataTable

Return

void

Code Samples

GetMetadata

The GetMetadata() method retrieves metadata that has been set using the SetMetadata() function. This can be useful for debugging or analyzing stored data.

Parameters

Return

Value

Code Samples

Events

Last updated