Search Results for

    Show / Hide Table of Contents

    Class LazyDocument

    Inheritance
    object
    LazyDocument
    Implements
    ILazyDocument
    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 LazyDocument : ILazyDocument

    Methods

    | Edit this page View Source

    As(Type)

    Creates an instance of objectType from this ILazyDocument instance

    Declaration
    public object As(Type objectType)
    Parameters
    Type Name Description
    Type objectType

    The type

    Returns
    Type Description
    object
    | Edit this page View Source

    AsAsync(Type, CancellationToken)

    Creates an instance of objectType from this ILazyDocument instance

    Declaration
    public Task<object> AsAsync(Type objectType, CancellationToken ct = default)
    Parameters
    Type Name Description
    Type objectType

    The type

    CancellationToken ct
    Returns
    Type Description
    Task<object>
    | Edit this page View Source

    AsAsync<T>(CancellationToken)

    Creates an instance of T from this ILazyDocument instance

    Declaration
    public Task<T> AsAsync<T>(CancellationToken ct = default)
    Parameters
    Type Name Description
    CancellationToken ct
    Returns
    Type Description
    Task<T>
    Type Parameters
    Name Description
    T

    The type

    | Edit this page View Source

    As<T>()

    Creates an instance of T from this ILazyDocument instance

    Declaration
    public T As<T>()
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T

    The type

    Implements

    ILazyDocument

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • As(Type)
      • AsAsync(Type, CancellationToken)
      • AsAsync<T>(CancellationToken)
      • As<T>()
    • Implements
    • Extension Methods
    Back to top Generated by DocFX