AnalyticsConfiguration class

Specifies the configuration and any analyses for the analytics filter of an Amazon S3 bucket.

Constructors

AnalyticsConfiguration(AnalyticsFilter? filter, String? id, StorageClassAnalysis? storageClassAnalysis)
AnalyticsConfiguration.fromXml(XmlElement xml)

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.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
id ↔ String?
The ID that identifies the analytics configuration.
getter/setter pair
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.
getter/setter pair

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() → XmlNode

Operators

operator ==(Object other) → bool
The equality operator.
inherited