ModeInfo
ModeInfo
The FileAccess.Modes data object type defines the known access modes for a datastore.
The property values specify how to interpret the "what" property for a FileAccess object.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"browse": "string",
"read": "string",
"modify": "string",
"use": "string",
"admin": "string",
"full": "string"
}
string
browse
Optional
Can see the existence of a file.
string
read
Required
Can read a file.
string
modify
Required
Can read and write a file.
string
use
Required
Can execute or operate a file or look inside a directory.
string
admin
Optional
Can change permissions for a file.
string
full
Required
Can do anything to a file, including change permissions.