This enumeration values are also used to construct columns and order of it using GCF::IGDriveLiteContentModel::setColumns(const QList<int> &columns).
Enumerator |
---|
Kind |
kind string of item. For example "drive#file". [Role-name: "contentKind" ]
|
Id |
id of item. Each item has unique id. [Role-name: "contentId" ]
|
ETag |
etag of item. [Role-name: "contentETag" ]
|
SelfLink |
selfLink of item. [Role-name: "contentSelfLink" ]
|
WebContentLink |
web content link of item. [Role-name: "contentWebContentLink" ]
|
WebViewLink |
web view link of item. [Role-name: "contentWebViewLink" ]
|
AlternateLink |
alternative link of item. [Role-name: "contentAlternateLink" ]
|
EmbedLink |
embed link of item. [Role-name: "contentEmbedLink" ]
|
OpenWithLinks |
QVariantMap of open with links of item. [Role-name: "contentIsOpenWithLinks" ]
|
DefaultOpenWithLink |
default open with link of item. [Role-name: "contentDefaultOpenWithLink" ]
|
IconLink |
link to icon of item. [Role-name: "contentIconLink" ]
|
ThumbnailLink |
link to thumbnail of the item. [Role-name: "contentThumbnailLink" ]
|
Title |
title of item. [Role-name: "contentTitle" ]
|
MimeType |
mime type of item. [Role-name: "contentMimeType" ]
|
Description |
description of item. [Role-name: "contentDescription" ]
|
IsStarred |
item is starred or not. [Role-name: "contentIsStarred" ]
|
IsHidden |
item is hidden or not. [Role-name: "contentIsHidden" ]
|
IsTrashed |
item is trashed. [Role-name: "contentIsTrashed" ]
|
IsRestricted |
item is restricted or not. [Role-name: "contentIsRestricted" ]
|
IsViewed |
item is viewed or not. [Role-name: "contentIsViewed" ]
|
CreatedDate |
creation date of the item. [Role-name: "contentCreatedDate" ]
|
ModifiedDate |
modified date of the item. [Role-name: "contentModifiedDate" ]
|
ModifiedByMeDate |
last modified date by the current user. [Role-name: "contentModifiedByMeDate" ]
|
LastViewedByMeDate |
item last viewed by me date time. [Role-name: "contentLastViewedByMeDate" ]
|
SharedWithMeDate |
item shared date time. [Role-name: "contentSharedWithMeDate" ]
|
DownloadUrl |
item downloaded url. [Role-name: "contentDownloadUrl" ]
|
ExportLinks |
QVariantMap of item export links. [Role-name: "contentExportLinks" ]
|
IndexableText |
indexable text of item. [Role-name: "contentIndexableText" ]
|
UserPermissions |
QVariantMap of user permissions. [Role-name: "contentUserPermissions" ]
|
OriginalFileName |
original file name of item. [Role-name: "contentOriginalFileName" ]
|
FileExtension |
file extension of item. [Role-name: "contentFileExtension" ]
|
Md5Checksum |
md5 checksum of item. [Role-name: "contentMd5Checksum" ]
|
FileSize |
file size of item. [Role-name: "contentFileSize" ]
|
QuataBytesUsed |
quata bytes used. [Role-name: "contentQuataBytesUsed" ]
|
OwnerNames |
string list of names of owners of item. [Role-name: "contentOwnerNames" ]
|
Owners |
QVariantMap of owners of item. [Role-name: "contentOwners .
|
LastModifyingUserName |
last modified user's name. [Role-name: "contentLastModifyingUserName" ]
|
LastModifyingUser |
QVariantMap map of info about last modifying user. [Role-name: "contentLastModifyingUser" ]
|
IsEditable |
item is editable by current user or not. [Role-name: "contentIsEditable" ]
|
IsCopyable |
item is copyable by the current user or not. [Role-name: "contentIsCopyable" ]
|
CanWritersShare |
can the user with write permission can share file or not. [Role-name: "contentCanWritersShare" ]
|
IsShared |
is item shared or not. [Role-name: "contentIsShared" ]
|
IsExplicitlyTrashed |
whether the item was explicitly trashed. [Role-name: "contentIsExplicitlyTrashed" ]
|
IsAppDataContents |
item has appdata contents or not. [Role-name: "contentIsAppDataContents" ]
|
HeadRevisionId |
latest revision of item. [Role-name: "contentHeadRevisionId" ]
|
Properties |
list or QVariantMap of properties of item. [Role-name: "contentProperties" ]
|
ImageMediaMetaData |
QVariantMap of image meta data. [Role-name: "contentImageMediaMetaData" ]
|
IsFolder |
whether item is a folder or not. [Role-name: "contentIsFolder" ]
|
IsFile |
whether item is a file or not. [Role-name: "contentIsFile" ]
|
IsSpecialItem |
whether item is a special item or not. [Role-name: "contentIsSpecialItem" ]
|
IsFileInfoLoaded |
whether the file information is loaded from drive or not. [Role-name: "contentIsFileInfoLoaded" ]
|
IsFolderContentLoaded |
whether the contents (folders and files) inside the item is loaded or not. [Role-name: "contentIsFolderContentLoaded" ]
|
MinField |
starting Enumeration value of Field.
|
MaxField |
ending Enumeration value of Field.
|