CreationInfo class
Required if the RootDirectory
> Path
specified
does not exist. Specifies the POSIX IDs and permissions to apply to the
access point's RootDirectory
> Path
. If the
access point root directory does not exist, EFS creates it with these
settings when a client connects to the access point. When specifying
CreationInfo
, you must include values for all properties.
Constructors
- CreationInfo({required int ownerGid, required int ownerUid, required String permissions})
-
CreationInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- ownerGid → int
-
Specifies the POSIX group ID to apply to the
RootDirectory
. Accepts values from 0 to 2^32 (4294967295).final - ownerUid → int
-
Specifies the POSIX user ID to apply to the
RootDirectory
. Accepts values from 0 to 2^32 (4294967295).final - permissions → String
-
Specifies the POSIX permissions to apply to the
RootDirectory
, in the format of an octal number representing the file's mode bits.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited