DocumentsMetadataConfiguration class
Document metadata files that contain information such as the document access control information, source URI, document author, and custom attributes. Each metadata file contains metadata about a single document.
Constructors
- DocumentsMetadataConfiguration({String? s3Prefix})
-
DocumentsMetadataConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- s3Prefix → String?
-
A prefix used to filter metadata configuration files in the AWS S3 bucket.
The S3 bucket might contain multiple metadata files. Use
S3Prefix
to include only the desired metadata files.final
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