Class LazyDocument
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
|
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
Returns
|
Edit this page
View Source
AsAsync<T>(CancellationToken)
Declaration
public Task<T> AsAsync<T>(CancellationToken ct = default)
Parameters
Returns
Type Parameters
Name |
Description |
T |
The type
|
|
Edit this page
View Source
As<T>()
Declaration
Returns
Type Parameters
Name |
Description |
T |
The type
|
Implements
Extension Methods