|
virtual string | Corpora [get, set] |
| Bodies of items (files/documents) to which the query applies. Supported bodies are 'user', 'domain', 'drive' and 'allDrives'. Prefer 'user' or 'drive' to 'allDrives' for efficiency. More...
|
|
virtual System.Nullable< CorpusEnum > | Corpus [get, set] |
| The source of files to list. Deprecated: use 'corpora' instead. More...
|
|
virtual string | DriveId [get, set] |
| ID of the shared drive to search. More...
|
|
virtual System.Nullable< bool > | IncludeItemsFromAllDrives [get, set] |
| Deprecated - Whether both My Drive and shared drive items should be included in results. This parameter will only be effective until June 1, 2020. Afterwards shared drive items will be included in the results. More...
|
|
virtual System.Nullable< bool > | IncludeTeamDriveItems [get, set] |
| Deprecated use includeItemsFromAllDrives instead. More...
|
|
virtual string | OrderBy [get, set] |
| A comma-separated list of sort keys. Valid keys are 'createdTime', 'folder', 'modifiedByMeTime', 'modifiedTime', 'name', 'name_natural', 'quotaBytesUsed', 'recency', 'sharedWithMeTime', 'starred', and 'viewedByMeTime'. Each key sorts ascending by default, but may be reversed with the 'desc' modifier. Example usage: ?orderBy=folder,modifiedTime desc,name. Please note that there is a current limitation for users with approximately one million files in which the requested sort order is ignored. More...
|
|
virtual System.Nullable< int > | PageSize [get, set] |
| The maximum number of files to return per page. Partial or empty result pages are possible even before the end of the files list has been reached. More...
|
|
virtual string | PageToken [get, set] |
| The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response. More...
|
|
virtual string | Q [get, set] |
| A query for filtering the file results. See the "Search for Files" guide for supported syntax. More...
|
|
virtual string | Spaces [get, set] |
| A comma-separated list of spaces to query within the corpus. Supported values are 'drive', 'appDataFolder' and 'photos'. More...
|
|
virtual System.Nullable< bool > | SupportsAllDrives [get, set] |
| Deprecated - Whether the requesting application supports both My Drives and shared drives. This parameter will only be effective until June 1, 2020. Afterwards all applications are assumed to support shared drives. More...
|
|
virtual System.Nullable< bool > | SupportsTeamDrives [get, set] |
| Deprecated use supportsAllDrives instead. More...
|
|
virtual string | TeamDriveId [get, set] |
| Deprecated use driveId instead. More...
|
|
override string | MethodName [get] |
| summary>Gets the HTTP method. More...
|
|
override string | HttpMethod [get] |
| summary>Gets the REST path. More...
|
|
override string | RestPath [get] |
|
virtual System.Nullable< AltEnum > | Alt [get, set] |
| Data format for the response. More...
|
|
virtual string | Fields [get, set] |
| Selector specifying which fields to include in a partial response. More...
|
|
virtual string | Key [get, set] |
| API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. More...
|
|
virtual string | OauthToken [get, set] |
| OAuth 2.0 token for the current user. More...
|
|
virtual System.Nullable< bool > | PrettyPrint [get, set] |
| Returns response with indentations and line breaks. More...
|
|
virtual string | QuotaUser [get, set] |
| An opaque string that represents a user for quota purposes. Must not exceed 40 characters. More...
|
|
virtual string | UserIp [get, set] |
| Deprecated. Please use quotaUser instead. More...
|
|
virtual string Google.Apis.Drive.v3.FilesResource.ListRequest.OrderBy |
|
getset |
A comma-separated list of sort keys. Valid keys are 'createdTime', 'folder', 'modifiedByMeTime', 'modifiedTime', 'name', 'name_natural', 'quotaBytesUsed', 'recency', 'sharedWithMeTime', 'starred', and 'viewedByMeTime'. Each key sorts ascending by default, but may be reversed with the 'desc' modifier. Example usage: ?orderBy=folder,modifiedTime desc,name. Please note that there is a current limitation for users with approximately one million files in which the requested sort order is ignored.