NFSFileShareInfo class
The Unix file permissions and ownership information assigned, by default, to native S3 objects when file gateway discovers them in S3 buckets. This operation is only supported in file gateways.
Constructors
-
factory
Properties
- cacheAttributes → CacheAttributes?
-
Refresh cache information.
final
-
clientList
→ List<
String> ? -
final
- defaultStorageClass → String?
-
The default storage class for objects put into an Amazon S3 bucket by the
file gateway. The default value is
S3_INTELLIGENT_TIERING
. Optional.final -
final
-
final
-
The name of the file share. Optional.
final
-
final
- gatewayARN → String?
-
final
- guessMIMETypeEnabled → bool?
-
A value that enables guessing of the MIME type for uploaded objects based on
file extensions. Set this value to
true
to enable MIME type guessing, otherwise set tofalse
. The default value istrue
.final - hashCode → int
-
The hash code for this object.
no setterinherited
- kMSEncrypted → bool?
-
Set to
true
to use Amazon S3 server-side encryption with your own AWS KMS key, orfalse
to use a key managed by Amazon S3. Optional.final - kMSKey → String?
-
final
- locationARN → String?
-
final
-
final
- notificationPolicy → String?
-
The notification policy of the file share.
final
- objectACL → ObjectACL?
-
final
- path → String?
-
final
- readOnly → bool?
-
A value that sets the write status of a file share. Set this value to
true
to set the write status to read-only, otherwise set tofalse
.final - requesterPays → bool?
-
A value that sets who pays the cost of the request and the cost associated
with data download from the S3 bucket. If this value is set to
true
, the requester pays the costs; otherwise, the S3 bucket owner pays. However, the S3 bucket owner always pays the cost of storing data. Valid Values:true
|false
final - role → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- squash → String?
-
final
-
A list of up to 50 tags assigned to the NFS file share, sorted
alphabetically by key name. Each tag is a key-value pair. For a gateway with
more than 10 tags assigned, you can view all tags using the
ListTagsForResource
API operation.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited