Class IndexBlock
Assembly: OpenSearch.Client.dll
Syntax
public class IndexBlock : IUrlParameter
Properties
|
Edit this page
View Source
Disable metadata changes, such as closing the index.
Declaration
public static IndexBlock Metadata { get; }
Property Value
|
Edit this page
View Source
Read
Declaration
public static IndexBlock Read { get; }
Property Value
|
Edit this page
View Source
ReadOnly
Disable write operations and metadata changes.
Declaration
public static IndexBlock ReadOnly { get; }
Property Value
|
Edit this page
View Source
Value
Declaration
public string Value { get; }
Property Value
|
Edit this page
View Source
Write
Disable write operations. However, metadata changes are still allowed.
Declaration
public static IndexBlock Write { get; }
Property Value
Methods
|
Edit this page
View Source
GetString(IConnectionConfigurationValues)
Declaration
public string GetString(IConnectionConfigurationValues settings)
Parameters
Returns
Implements
Extension Methods