This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.DocumentDb.
Syntax
public DataHydrationTask(string description, string databaseName, string collectionName, string partitionKey, Func<ICakeLog, dynamic, object> documentCreator, Func<ICakeLog, DocumentDbMigrationSettings, IList<dynamic>> dataProvider)
Parameters
Name |
Type |
Description |
description |
string |
|
databaseName |
string |
|
collectionName |
string |
|
partitionKey |
string |
|
documentCreator |
Func<ICakeLog, dynamic, object> |
|
dataProvider |
Func<ICakeLog, DocumentDbMigrationSettings, IList<dynamic>> |
|
Return Value