AnalyticsS3BucketDestination class

Contains information about where to publish the analytics results.

Constructors

AnalyticsS3BucketDestination(String? bucket, String? bucketAccountId, String? format, String? prefix)
AnalyticsS3BucketDestination.fromXml(XmlElement? xml)

Properties

bucket String?
The Amazon Resource Name (ARN) of the bucket to which data is exported.
getter/setter pair
bucketAccountId String?
The account ID that owns the destination bucket. If no account ID is provided, the owner will not be validated prior to exporting data.
getter/setter pair
format String?
Specifies the file format used when exporting data to Amazon S3.
getter/setter pair
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.
getter/setter pair
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() → XmlNode

Operators

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