Search Results for

    Show / Hide Table of Contents

    Interface IComponentTemplate

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IComponentTemplate

    Properties

    | Edit this page View Source

    Meta

    Declaration
    [DataMember(Name = "_meta")]
    IDictionary<string, object> Meta { get; set; }
    Property Value
    Type Description
    IDictionary<string, object>
    | Edit this page View Source

    Template

    Declaration
    [DataMember(Name = "template")]
    ITemplate Template { get; set; }
    Property Value
    Type Description
    ITemplate
    | Edit this page View Source

    Version

    Declaration
    [DataMember(Name = "version")]
    long? Version { get; set; }
    Property Value
    Type Description
    long?

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Meta
      • Template
      • Version
    • Extension Methods
    Back to top Generated by DocFX