AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Class for AnalyticsConfiguration

Inheritance Hierarchy

System.Object
  Amazon.S3.Model.AnalyticsConfiguration

Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z

Syntax

C#
public class AnalyticsConfiguration

The AnalyticsConfiguration type exposes the following members

Constructors

NameDescription
Public Method AnalyticsConfiguration()

Properties

NameTypeDescription
Public Property AnalyticsFilter Amazon.S3.Model.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 Property AnalyticsId System.String

The identifier used to represent an analytics configuration.

Public Property StorageClassAnalysis Amazon.S3.Model.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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5