Class AnalyticsConfiguration
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
AnalyticsId
The identifier used to represent an analytics configuration.
public string AnalyticsId { get; set; }
Property Value
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; }