We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_createDataStoreWithProps
IContainerRuntimeBase._createDataStoreWithProps
ContainerRuntime._createDataStoreWithProps
Context
AB#856 These apis have been deprecated for over 1 year. We have been trying to remove this api for over 2 years: #11351
Alternatives
The recommended approach is to now use the PureDataObjectFactory.createInstanceWithDataStore to pass in properties and create your datastore.
PureDataObjectFactory.createInstanceWithDataStore
Compatibility Concerns
Any usages of _createDatastoreWithProps should be removed
_createDatastoreWithProps
Expected Timeline
Removal target: 2.20.0
2.20.0
The text was updated successfully, but these errors were encountered:
tyler-cai-microsoft
Successfully merging a pull request may close this issue.
Removed APIs
IContainerRuntimeBase._createDataStoreWithProps
ContainerRuntime._createDataStoreWithProps
Context
AB#856
These apis have been deprecated for over 1 year. We have been trying to remove this api for over 2 years: #11351
Alternatives
The recommended approach is to now use the
PureDataObjectFactory.createInstanceWithDataStore
to pass in properties and create your datastore.Compatibility Concerns
Any usages of
_createDatastoreWithProps
should be removedExpected Timeline
Removal target:
2.20.0
The text was updated successfully, but these errors were encountered: