Search Results for

    Show / Hide Table of Contents

    Class SearchIndexInfo

    Information about a search index

    Inheritance
    System.Object
    SearchIndexInfo
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Core.Common.Data
    Assembly: ImageVault.Core.dll
    Syntax
    public class SearchIndexInfo

    Constructors

    SearchIndexInfo()

    Declaration
    public SearchIndexInfo()

    SearchIndexInfo(Int32, Int32, Nullable<DateTime>)

    Declaration
    public SearchIndexInfo(int id, int version, DateTime? activated = null)
    Parameters
    Type Name Description
    System.Int32 id
    System.Int32 version
    System.Nullable<System.DateTime> activated

    Properties

    Activated

    When the index was activated

    Declaration
    public DateTime? Activated { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    ApiKey

    Api key of the search service. If not set, use default value

    Declaration
    public string ApiKey { get; set; }
    Property Value
    Type Description
    System.String

    Id

    Id of index

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32

    IndexName

    Name of the index. If not set, use default value

    Declaration
    public string IndexName { get; set; }
    Property Value
    Type Description
    System.String

    ServiceName

    Name of the search service. If not set, use default value

    Declaration
    public string ServiceName { get; set; }
    Property Value
    Type Description
    System.String

    Version

    version of index

    Declaration
    public int Version { get; set; }
    Property Value
    Type Description
    System.Int32
    In This Article
    Back to top (c) Meriworks 2002-2022