Class InventoryConfiguration
Class for MetricsConfiguration
public class InventoryConfiguration
- Inheritance
-
InventoryConfiguration
- Inherited Members
Constructors
InventoryConfiguration()
public InventoryConfiguration()
Properties
Destination
Contains information about where to publish the inventory results.
public InventoryDestination Destination { get; set; }
Property Value
IncludedObjectVersions
Specifies which object version(s) to included in the inventory results.
public InventoryIncludedObjectVersions IncludedObjectVersions { get; set; }
Property Value
InventoryFilter
Specifies an inventory filter. The inventory only includes objects that meet the filter's criteria.
public InventoryFilter InventoryFilter { get; set; }
Property Value
InventoryId
The ID used to identify the inventory configuration.
public string InventoryId { get; set; }
Property Value
InventoryOptionalFields
Contains the optional fields that are included in the inventory results.
public List<InventoryOptionalField> InventoryOptionalFields { get; set; }
Property Value
IsEnabled
Specifies whether the inventory is enabled or disabled.
public bool IsEnabled { get; set; }
Property Value
Schedule
Specifies the schedule for generating inventory results.
public InventorySchedule Schedule { get; set; }