DataStoreInfo

사용되지 않는 항목 표시
만들 수 없음
복제되지 않음

Object describing data store information such as name, created time, and time last updated. This object is a member of the DataStoreListingPages object returned by DataStoreService:ListDataStoresAsync().

See also:

  • Data Stores, an in-depth guide on data structure, management, error handling, etc.

요약

속성

  • 읽기 전용
    복제되지 않음
    병렬 읽기

    Indicates when the data store was created in milliseconds since epoch.

  • 읽기 전용
    복제되지 않음
    병렬 읽기

    The name of the data store.

  • 읽기 전용
    복제되지 않음
    병렬 읽기

    Indicates the last time the data store was updated in milliseconds since epoch.

속성

CreatedTime

읽기 전용
복제되지 않음
병렬 읽기

This property indicates when the data store was created in milliseconds since epoch.

DataStoreName

읽기 전용
복제되지 않음
병렬 읽기

This property indicates the name of the data store. It is used as a unique identifier to retrieve a data store instance with DataStoreService:GetDataStore().

UpdatedTime

읽기 전용
복제되지 않음
병렬 읽기

This property indicates the last time the data store was updated in milliseconds since epoch.

메서드

이벤트