IndexingDirective Class

Specifies whether or not the resource is to be indexed.

Inheritance
builtins.object
IndexingDirective

Constructor

IndexingDirective()

Attributes

Default

Use any pre-defined/pre-configured defaults.

Default: int = 0

Exclude

Index the resource.

Exclude: int = 1

Include

Do not index the resource.

Include: int = 2