App Configuration
An AppConfiguration is used to setup linkage to an Atlas App Services Application.
Instances of an AppConfiguration can be created by using the AppConfiguration.Builder and calling its AppConfiguration.Builder.build method or by using AppConfiguration.create.
Types
Builder
Link copied to clipboard
Builder used to construct instances of an AppConfiguration in a fluent manner.
Properties
appVersion
Link copied to clipboard
ejson
Link copied to clipboard
The default EJson decoder that would be used to encode and decode arguments and results when calling remote App Functions, authenticating with a customFunction, and retrieving a user profile or customData.
encryptionKey
Link copied to clipboard
httpLogObfuscator
Link copied to clipboard
The configured HttpLogObfuscator for this app. If this property returns null no obfuscator is being used.
metadataMode
Link copied to clipboard
syncRootDirectory
Link copied to clipboard