Sub Set( _ ByVal dataStoreName As System.String, _ ByVal isDefault As System.Boolean, _ ByVal description As System.String, _ ByVal storageType As DataStore.DataStorageType _ )
void Set( System.string dataStoreName, System.bool isDefault, System.string description, DataStore.DataStorageType storageType )
void Set( System.String^ dataStoreName, System.bool isDefault, System.String^ description, DataStore.DataStorageType storageType )
Parameters
- dataStoreName
- Name of the data store
- isDefault
- Whether this data store is the default store (to be used as default data store for tags adds, and archive related operations)
- description
- Description of the data store
- storageType
- Type of the data store