DataStore
-related constants.
Permission | Data permissions. Used for both access and update permissions. | |
---|---|---|
DataFlag | Upload-related setting flag. | |
ModificationFlag | Flag for setting metadata to be changed. | |
ComparisonFlag | Flags for setting metadata to compare. | |
SearchType | Search type. | |
SearchTarget | Search target setting. | |
SearchSortColumn | The column of search results to be sorted. | |
SearchSortOrder | Search result sort order. | |
ResultFlag | This class is used when selecting what type of metadata to get. | |
RatingLockType | Duplicate lock type specified with the DataStoreRatingInitParam::SetLock function. |
|
RatingFlag | Bit flag specified with the DataStoreRatingInitParam::SetFlag function. |
|
RatingLockPeriod | Duplicate lock restrictions specified with the DataStoreRatingLockInitParam::SetPeriodicLock function. |
|
SearchResultTotalCountType | Information about the number of search matches. | |
DataStatus | The status of the data. |
INVALID_DATE_TIME | Invalid date and time. Defined as DateTime(9999, 12, 31, 23, 59, 59) . |
|
---|---|---|
PERMANENT_DATE_TIME | The expiration period for the perpetuated data. Defined as DateTime(9999, 12, 31, 0, 0, 0) . Note that this constant is different from DateTime::Never . |
|
S | INVALID_DATAID | Invalid data ID. |
S | MAX_DATACODE_STR_LEN | The maximum datacode string length. |
S | INVALID_DATA_TYPE | Invalid data type. |
S | DEFAULT_PERIOD | Default period of validity. The default is 90 days. |
S | DEFAULT_HTTP_THREAD_PRIORITY | The default value for the priority of HTTP communication threads used for sending/receiving data. |
S | RATING_SLOT_MAX | The maximum number of ratings slots. |
S | NUM_RATING_SLOT | The number of ratings slots. |
S | DEFAULT_DATA_TRANSFER_TIMEOUT_BYTES_PER_SECOND | Specifies the timeout setting based on communication speed when downloading from a storage server. (Bytes per second.) Timeout occurs if transmission of 100 KB of data has not ended, even after 10 minutes, |
S | DEFAULT_DATA_TRANSFER_MINIMUM_TIMEOUT | Specifies the default minimum timeout value when downloading from a storage server. (Milliseconds.) |
S | DEFAULT_RELAY_BUFFER_SIZE | The default maximum size for data, when passed. |
S | DEFAULT_HTTP_BUFFER_SIZE | The default value for the size of buffer used with HTTP communication. |
S | INVALID_PERSISTENCE_SLOT_ID | Invalid persistence slot ID. |
S | NUM_PERSISTENCE_SLOT | The number of persistence slots. |
S | INVALID_PASSWORD | Invalid password value. This value is not set to passwords. |
S | BATCH_PROCESSING_CAPACITY | The maximum number of data IDs that can be specified at the same time in batch-processing functions. |
S | BATCH_PROCESSING_CAPACITY_POST_OBJECT | Specifies the maximum number of data IDs that can be specified at the same time in a batch POST process. |
S | MAX_SEARCH_RESULT_SIZE | The maximum number of search results that can be retrieved at one time. |
S | MAX_SEARCH_ANY_RESULT_SIZE | The maximum number of search results that can be retrieved at one time when RESULTRANGE_ANY_OFFSET has been specified for a random search. |
S | NUM_TAG_SLOT | The number of tags. |
S | MAX_TAG_LENGTH | The maximum number of characters that can be specified for a tag. |
S | MAX_NAME_LENGTH | The maximum number of characters that can be specified for a title (summary information). |
CONFIDENTIAL