DeletedFilesColumns
interface DeletedFilesColumns : BaseColumns
| android.provider.MediaStore.DeletedFiles.DeletedFilesColumns |
Column definitions for the deleted_files table.
Summary
| Constants | |
|---|---|
| static String |
The generation at which the file was deleted. |
| static String |
The media type of the deleted file. |
| static String |
The volume name of the deleted file. |
| Inherited constants | |
|---|---|
Constants
DELETED_GENERATION
static val DELETED_GENERATION: String
The generation at which the file was deleted.
This constant represents a column name that can be used with a android.content.ContentProvider through a android.content.ContentValues or android.database.Cursor object. The values stored in this column are Cursor#FIELD_TYPE_INTEGER , and are read-only and cannot be mutated.
Value: "deleted_generation"MEDIA_TYPE
static val MEDIA_TYPE: String
The media type of the deleted file.
This constant represents a column name that can be used with a android.content.ContentProvider through a android.content.ContentValues or android.database.Cursor object. The values stored in this column are Cursor#FIELD_TYPE_INTEGER , and are read-only and cannot be mutated.
Value: "media_type"VOLUME_NAME
static val VOLUME_NAME: String
The volume name of the deleted file.
This constant represents a column name that can be used with a android.content.ContentProvider through a android.content.ContentValues or android.database.Cursor object. The values stored in this column are Cursor#FIELD_TYPE_STRING , and are read-only and cannot be mutated.
Value: "volume_name"