NFSFileShareDefaults class

Describes Network File System (NFS) file share default values. Files and folders stored as Amazon S3 objects in S3 buckets don't, by default, have Unix file permissions assigned to them. Upon discovery in an S3 bucket by Storage Gateway, the S3 objects that represent files and folders are assigned these default Unix permissions. This operation is only supported for file gateways.

Constructors

NFSFileShareDefaults({String? directoryMode, String? fileMode, int? groupId, int? ownerId})
NFSFileShareDefaults.fromJson(Map<String, dynamic> json)
factory

Properties

directoryMode String?
The Unix directory mode in the form "nnnn". For example, 0666 represents the default access mode for all directories inside the file share. The default value is 0777.
final
fileMode String?
The Unix file mode in the form "nnnn". For example, 0666 represents the default file mode inside the file share. The default value is 0666.
final
groupId int?
The default group ID for the file share (unless the files have another group ID specified). The default value is nfsnobody.
final
hashCode int
The hash code for this object.
no setterinherited
ownerId int?
The default owner ID for files in the file share (unless the files have another owner ID specified). The default value is nfsnobody.
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