class DataStoreSearchParam
Represents parameters related to searching metadata.
DataStoreSearchParam | Constructor. | |
---|---|---|
V | ~DataStoreSearchParam | Destructor. |
SetSearchType | Sets the search type. | |
GetSearchType | Gets the search type. | |
SetOwnerIds | Sets the principal IDs to use in searching for people who uploaded data. | |
GetOwnerIds | Gets the principal IDs to use in searching for people who uploaded data. | |
SetOwnerType | Sets the principal ID type to use in searching for people who uploaded data. | |
GetOwnerType | Gets the principal ID type to use in searching for people who uploaded data. | |
SetDestinationIds | Sets the principal IDs of the access rights owners to search for. | |
GetDestinationIds | Gets the principal IDs of the access rights owners to search for. | |
SetDataType | Sets the data type to search for. | |
GetDataType
|
Gets the data type to search for. | |
SetCreatedAfter | Sets the starting point of the upload date and time to search for. | |
GetCreatedAfter | Gets the starting point of the upload date and time to search for. | |
SetCreatedBefore | Sets the end point of the upload date and time to search for. | |
GetCreatedBefore | Gets the end point of the upload date and time to search for. | |
SetUpdatedAfter | Sets the starting point of the update date and time to search for. | |
GetUpdatedAfter | Gets the starting point of the update date and time to search for. | |
SetUpdatedBefore | Sets the ending point of the update date and time to search for. | |
GetUpdatedBefore | Gets the ending point of the update date and time to search for. | |
SetSearchSortOrderColumn | Sets the search result column to be sorted. | |
GetSearchSortOrderColumn | Gets the search result column to be sorted. | |
SetSearchSortOrder | Sets the search result sort order. | |
GetSearchSortOrder | Gets the search result sort order. | |
SetResultRange | Sets the search range. | |
GetResultRange | Gets the search range. | |
SetResultOption | Sets the options for search return values. | |
GetResultOption | Gets the options values for search return values. | |
SetTags | Sets the tags to search for. | |
GetTags | Gets the tags to search for. | |
SetMinimalRatingFrequency | Sets the minimum number of rating times. | |
GetMinimalRatingFrequency | Gets the minimum number of rating times. | |
SetUseCache | Sets whether to use the search results cache. | |
GetUseCache | Gets whether the search results cache is used. | |
Reset | Initializes an object to the default state generated by the constructor. | |
Trace | Traces the content of a DataStoreChangeMetaParam object. |
CONFIDENTIAL