Type alias DataStorePutResult

DataStorePutResult: {
    dataSize: number;
}

Result of a data store put() method call.

Type declaration

  • dataSize: number

    The number of bytes of the data stored.