Name | Description | Type | Additional information |
---|---|---|---|
MaxResourcesToReturn |
Max number of resources to return. |
integer |
None. |
Filename |
String for original filename to contain. |
string |
None. |
MinFilesize |
Smallest size of file to return in bytes. |
integer |
None. |
MaxFilesize |
Largest size of file to return in bytes. |
integer |
None. |
Application |
Application name (exact) to filter by. |
string |
None. |
AccessedStartUtc |
Earliest last accessed date to return. |
date |
None. |
AccessedEndUtc |
Latest last accessed date to return. |
date |
None. |
CreatedStartUtc |
Earliest created date to return. |
date |
None. |
CreatedEndUtc |
Latest created date to return. |
date |
None. |
RequireAllTagsInListToMatch |
Require all tags in tag list to match a particular resource before returning it. False will return a resource if at least 1 tag matches the resource. True, the tag values will have to be exact. |
boolean |
None. |
TagList |
List of tags to search for. Key is required and will have to match exactly. Value is optional and will match if the tag value contains the value. |
Collection of Pair of string [key] and string [value] |
None. |
SearchForMultipartUploadResource |
Should the search be for a MultipartUpload (true) or an active (false) resource. |
boolean |
None. |