Search Results for

    Show / Hide Table of Contents

    Class IndexBlock

    Block type for an index.

    Inheritance
    object
    IndexBlock
    Implements
    IUrlParameter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class IndexBlock : IUrlParameter

    Properties

    | Edit this page View Source

    Metadata

    Disable metadata changes, such as closing the index.

    Declaration
    public static IndexBlock Metadata { get; }
    Property Value
    Type Description
    IndexBlock
    | Edit this page View Source

    Read

    Disable read operations.

    Declaration
    public static IndexBlock Read { get; }
    Property Value
    Type Description
    IndexBlock
    | Edit this page View Source

    ReadOnly

    Disable write operations and metadata changes.

    Declaration
    public static IndexBlock ReadOnly { get; }
    Property Value
    Type Description
    IndexBlock
    | Edit this page View Source

    Value

    Declaration
    public string Value { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Write

    Disable write operations. However, metadata changes are still allowed.

    Declaration
    public static IndexBlock Write { get; }
    Property Value
    Type Description
    IndexBlock

    Methods

    | Edit this page View Source

    GetString(IConnectionConfigurationValues)

    Declaration
    public string GetString(IConnectionConfigurationValues settings)
    Parameters
    Type Name Description
    IConnectionConfigurationValues settings
    Returns
    Type Description
    string

    Implements

    IUrlParameter

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Metadata
      • Read
      • ReadOnly
      • Value
      • Write
    • Methods
      • GetString(IConnectionConfigurationValues)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX