Was this page helpful?

MysqlDocStore Class

    Table of contents
    1. 1. Members
      1. 1.1. Constructors
      2. 1.2. Properties
      3. 1.3. Methods
    Table of Contents
    public class MysqlDocStore
    Namespace: MindTouch.Data
    Assembly: mindtouch.dream
    Type Hierarchy:
    • object
      • MysqlDocStore
    Implements:
    Provides and implementation of MindTouch.Data.IDocStore using Mysql as its persistence engine.

    Members

    Constructors

    Visibility Description
    Public MysqlDocStore(IDataCatalog catalog, IMysqlDocStoreIndexer indexer) Create a new storage instance.

    Properties

    Visibility Description
    Public AsQueryable Provides queryable access to the document storage.

    Methods

    Visibility Description
    Public Put(XDoc doc, bool force) Store a document in the collection.
    Public Delete(string docId) Delete a document from the collection.
    Public Get(string docId) Retrieve a document by its unique identifier.
    Public Get(int offset, int limit) Get a subset of documents from the collection, ordered by insertion order.
    Public Get(string keyName, string keyValue) Query the collection based on an indexed key in the document.
    Public Get(string keyName, string keyValue, int offset, int limit) Query the collection based on an indexed key in the document.
    Public ToString() (Inherited from Object)
    Public Equals(object obj) (Inherited from Object)
    Public GetHashCode() (Inherited from Object)
    Public GetType() (Inherited from Object)
    Protected MemberwiseClone() (Inherited from Object)
    Was this page helpful?
    Tag page
    You must login to post a comment.

    Copyright © 2011 MindTouch, Inc. Powered by