Table of Contents

Class AnalyticsConfiguration

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

Class for AnalyticsConfiguration

public class AnalyticsConfiguration
Inheritance
AnalyticsConfiguration
Inherited Members

Constructors

AnalyticsConfiguration()

public AnalyticsConfiguration()

Properties

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.

public AnalyticsFilter AnalyticsFilter { get; set; }

Property Value

AnalyticsFilter

AnalyticsId

The identifier used to represent an analytics configuration.

public string AnalyticsId { get; set; }

Property Value

string

StorageClassAnalysis

If present, it indicates that data related to access patterns will be collected and made available to analyze the tradeoffs between different storage classes.

public StorageClassAnalysis StorageClassAnalysis { get; set; }

Property Value

StorageClassAnalysis