[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003e\u003ccode\u003eDatastoreConfig\u003c/code\u003e is deprecated and users should utilize \u003ccode\u003eDatastoreServiceConfig\u003c/code\u003e instead.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDEFAULT\u003c/code\u003e static field, representing the default datastore configuration, is also deprecated in favor of \u003ccode\u003eDatastoreServiceConfig\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetImplicitTransactionManagementPolicy\u003c/code\u003e method is deprecated, and \u003ccode\u003eDatastoreServiceConfig#getImplicitTransactionManagementPolicy\u003c/code\u003e should be used as its replacement.\u003c/p\u003e\n"]]],[],null,["# Interface DatastoreConfig (2.0.0)\n\n public interface DatastoreConfig\n\n**Deprecated.** *Use [DatastoreServiceConfig](/appengine/docs/standard/java-gen2/reference/services/bundled/latest/com.google.appengine.api.datastore.DatastoreServiceConfig) instead.*\n\nUser-configurable properties of the datastore.\n\nStatic Fields\n-------------\n\n### DEFAULT (deprecated)\n\n public static final DatastoreConfig DEFAULT\n\n**Deprecated.** *Use [DatastoreServiceConfig](/appengine/docs/standard/java-gen2/reference/services/bundled/latest/com.google.appengine.api.datastore.DatastoreServiceConfig) instead.*\n\nThe default configuration for the datastore. This is the configuration that is used if no\nconfiguration is explicitly provided.\n\nMethods\n-------\n\n### getImplicitTransactionManagementPolicy() (deprecated)\n\n public abstract ImplicitTransactionManagementPolicy getImplicitTransactionManagementPolicy()\n\n**Deprecated.** *Use [DatastoreServiceConfig#getImplicitTransactionManagementPolicy](/appengine/docs/standard/java-gen2/reference/services/bundled/latest/com.google.appengine.api.datastore.DatastoreServiceConfig#com_google_appengine_api_datastore_DatastoreServiceConfig_getImplicitTransactionManagementPolicy_)*"]]