Interface IViewIndexManager
Assembly: Couchbase.NetClient.dll
Syntax
public interface IViewIndexManager
Methods
|
Edit this page
View Source
DropDesignDocumentAsync(string, DesignDocumentNamespace, DropDesignDocumentOptions?)
Declaration
Task DropDesignDocumentAsync(string designDocName, DesignDocumentNamespace @namespace, DropDesignDocumentOptions? options = null)
Parameters
Returns
|
Edit this page
View Source
GetAllDesignDocumentsAsync(DesignDocumentNamespace, GetAllDesignDocumentsOptions?)
Declaration
Task<IEnumerable<DesignDocument>> GetAllDesignDocumentsAsync(DesignDocumentNamespace @namespace, GetAllDesignDocumentsOptions? options = null)
Parameters
Returns
|
Edit this page
View Source
GetDesignDocumentAsync(string, DesignDocumentNamespace, GetDesignDocumentOptions?)
Declaration
Task<DesignDocument> GetDesignDocumentAsync(string designDocName, DesignDocumentNamespace @namespace, GetDesignDocumentOptions? options = null)
Parameters
Returns
|
Edit this page
View Source
PublishDesignDocumentAsync(string, PublishDesignDocumentOptions?)
Declaration
Task PublishDesignDocumentAsync(string designDocName, PublishDesignDocumentOptions? options = null)
Parameters
Returns
|
Edit this page
View Source
UpsertDesignDocumentAsync(DesignDocument, DesignDocumentNamespace, UpsertDesignDocumentOptions?)
Declaration
Task UpsertDesignDocumentAsync(DesignDocument indexData, DesignDocumentNamespace @namespace, UpsertDesignDocumentOptions? options = null)
Parameters
Returns
Extension Methods