Guest Indexing
The /backupPolicies/{ID} resource can have the following properties representing guest indexing settings:
Property | Type | Description |
indexingEnabled | Boolean | Indicates whether guest indexing is enabled for the backup job. |
indexingType | String | Indicates file system indexing mode. Possible values:
Only present if the indexingEnabled property has value true. |
excludedFiles | array[string] | Folders excluded from indexing. Only present if the indexingType property has value ExceptSelected. |
includedFiles | array[string] | Folders included to indexing. Only present if the indexingType property has value OnlySelected. |