| Table of Contents
|
public class MysqlDocStore
| Visibility | Description |
|---|---|
| Public | MysqlDocStore(IDataCatalog catalog, IMysqlDocStoreIndexer indexer) Create a new storage instance. |
| Visibility | Description |
|---|---|
| Public | AsQueryable Provides queryable access to the document storage. |
| 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) |
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by