ServiceCounters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ServiceCounters() |
Initializes a new instance of the ServiceCounters class. |
ServiceCounters(ResourceCounter, ResourceCounter, ResourceCounter, ResourceCounter, ResourceCounter, ResourceCounter) |
Initializes a new instance of the ServiceCounters class. |
ServiceCounters()
- Source:
- ServiceCounters.cs
Initializes a new instance of the ServiceCounters class.
public ServiceCounters ();
Public Sub New ()
Applies to
ServiceCounters(ResourceCounter, ResourceCounter, ResourceCounter, ResourceCounter, ResourceCounter, ResourceCounter)
- Source:
- ServiceCounters.cs
Initializes a new instance of the ServiceCounters class.
public ServiceCounters (Microsoft.Azure.Search.Models.ResourceCounter documentCounter = default, Microsoft.Azure.Search.Models.ResourceCounter indexCounter = default, Microsoft.Azure.Search.Models.ResourceCounter indexerCounter = default, Microsoft.Azure.Search.Models.ResourceCounter dataSourceCounter = default, Microsoft.Azure.Search.Models.ResourceCounter storageSizeCounter = default, Microsoft.Azure.Search.Models.ResourceCounter synonymMapCounter = default);
new Microsoft.Azure.Search.Models.ServiceCounters : Microsoft.Azure.Search.Models.ResourceCounter * Microsoft.Azure.Search.Models.ResourceCounter * Microsoft.Azure.Search.Models.ResourceCounter * Microsoft.Azure.Search.Models.ResourceCounter * Microsoft.Azure.Search.Models.ResourceCounter * Microsoft.Azure.Search.Models.ResourceCounter -> Microsoft.Azure.Search.Models.ServiceCounters
Public Sub New (Optional documentCounter As ResourceCounter = Nothing, Optional indexCounter As ResourceCounter = Nothing, Optional indexerCounter As ResourceCounter = Nothing, Optional dataSourceCounter As ResourceCounter = Nothing, Optional storageSizeCounter As ResourceCounter = Nothing, Optional synonymMapCounter As ResourceCounter = Nothing)
Parameters
- documentCounter
- ResourceCounter
Total number of documents across all indexes in the service.
- indexCounter
- ResourceCounter
Total number of indexes.
- indexerCounter
- ResourceCounter
Total number of indexers.
- dataSourceCounter
- ResourceCounter
Total number of data sources.
- storageSizeCounter
- ResourceCounter
Total size of used storage in bytes.
- synonymMapCounter
- ResourceCounter
Total number of synonym maps.