AnalyticsS3BucketDestination class
Contains information about where to publish the analytics results.
Constructors
- AnalyticsS3BucketDestination({required String bucket, required AnalyticsS3ExportFileFormat format, String? bucketAccountId, String? prefix})
- AnalyticsS3BucketDestination.fromXml(XmlElement elem)
-
factory
Properties
- bucket → String
-
The Amazon Resource Name (ARN) of the bucket to which data is exported.
final
- bucketAccountId → String?
-
The account ID that owns the destination S3 bucket. If no account ID is
provided, the owner is not validated before exporting data.
final
- format → AnalyticsS3ExportFileFormat
-
Specifies the file format used when exporting data to Amazon S3.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- prefix → String?
-
The prefix to use when exporting data. The prefix is prepended to all
results.
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
-
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