Search Results for

    Show / Hide Table of Contents

    Class GetAllMemoriesRequestParameters

    Request options for GetAllMemories

    Inheritance
    object
    RequestParameters<GetAllMemoriesRequestParameters>
    GetAllMemoriesRequestParameters
    Implements
    IRequestParameters
    Inherited Members
    RequestParameters<GetAllMemoriesRequestParameters>.CustomResponseBuilder
    RequestParameters<GetAllMemoriesRequestParameters>.QueryString
    RequestParameters<GetAllMemoriesRequestParameters>.RequestConfiguration
    RequestParameters<GetAllMemoriesRequestParameters>.ContainsQueryString(string)
    RequestParameters<GetAllMemoriesRequestParameters>.GetQueryStringValue<TOut>(string)
    RequestParameters<GetAllMemoriesRequestParameters>.GetResolvedQueryStringValue(string, IConnectionConfigurationValues)
    RequestParameters<GetAllMemoriesRequestParameters>.SetQueryString(string, object)
    RequestParameters<GetAllMemoriesRequestParameters>.Q<TOut>(string)
    RequestParameters<GetAllMemoriesRequestParameters>.Q(string, object)
    RequestParameters<GetAllMemoriesRequestParameters>.SetAcceptHeader(string)
    RequestParameters<GetAllMemoriesRequestParameters>.AcceptHeaderFromFormat(string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Net.Specification.MlApi
    Assembly: OpenSearch.Net.dll
    Syntax
    public class GetAllMemoriesRequestParameters : RequestParameters<GetAllMemoriesRequestParameters>, IRequestParameters

    Properties

    | Edit this page View Source

    DefaultHttpMethod

    Declaration
    public override HttpMethod DefaultHttpMethod { get; }
    Property Value
    Type Description
    HttpMethod
    Overrides
    RequestParameters<GetAllMemoriesRequestParameters>.DefaultHttpMethod
    | Edit this page View Source

    MaxResults

    The maximum number of results to return. If there are fewer memories than the number set in max_results, the response returns only the number of memories that exist. Default is 10.

    Declaration
    public int? MaxResults { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    NextToken

    The index of the first memory in the sorted list of memories to return. Memories are ordered by create_time. For example, if memories A, B, and C exist, next_token=1 returns memories B and C. Default is 0 (return all memories).

    Declaration
    public int? NextToken { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    SupportsBody

    Declaration
    public override bool SupportsBody { get; }
    Property Value
    Type Description
    bool
    Overrides
    RequestParameters<GetAllMemoriesRequestParameters>.SupportsBody

    Implements

    IRequestParameters

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • DefaultHttpMethod
      • MaxResults
      • NextToken
      • SupportsBody
    • Implements
    • Extension Methods
    Back to top Generated by DocFX