AnalyticsConfiguration class
Specifies the configuration and any analyses for the analytics filter of an Amazon S3 bucket.
Constructors
- AnalyticsConfiguration({required String id, required StorageClassAnalysis storageClassAnalysis, AnalyticsFilter? filter})
- AnalyticsConfiguration.fromXml(XmlElement elem)
-
factory
Properties
- filter → AnalyticsFilter?
-
The filter used to describe a set of objects for analyses. A filter must
have exactly one prefix, one tag, or one conjunction (AnalyticsAndOperator).
If no filter is provided, all objects will be considered in any analysis.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
The ID that identifies the analytics configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storageClassAnalysis → StorageClassAnalysis
-
Contains data related to access patterns to be collected and made available
to analyze the tradeoffs between different storage classes.
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
-
toXml(
String elemName, {List< XmlAttribute> ? attributes}) → XmlElement
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited