Specifies options for this Elastic Search index request.
Namespace:
FileNet.Api.Sweep
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property IndexingOptions As Nullable(Of Integer) |
| C# |
|---|
Nullable<int> IndexingOptions { get; set; } |
| Visual C++ |
|---|
property Nullable<int> IndexingOptions { Nullable<int> get (); void set (Nullable<int> value); } |
| JavaScript |
|---|
function get_indexingOptions(); function set_indexingOptions(value); |