Libraries
»
puppetlabs-azure_arm
(0.2.2)
»
Index (s)
»
Puppet Tasks
»
searchservice_azure_indexes_get_statistics
Puppet Task: searchservice_azure_indexes_get_statistics
Defined in:
tasks/searchservice_azure_indexes_get_statistics.json,
tasks/searchservice_azure_indexes_get_statistics.rb
Overview
Returns statistics for the given index, including a document count and storage usage.
Supports noop?
false
Parameters
index_name
(Optional[String[1]])
— The name of the index for which to retrieve statistics.
client_request_id
(Optional[String[1]])
— The tracking ID sent with the request to help with debugging.
api_version
(Optional[String[1]])
— Client Api Version.
documentcount
(Optional[String[1]])
— The number of documents in the index.
storagesize
(Optional[String[1]])
— The amount of storage in bytes consumed by the index.