create Default Generate Geodatabase Parameters
suspend fun createDefaultGenerateGeodatabaseParameters(extent: Geometry): Result<GenerateGeodatabaseParameters>
Creates default parameters for a generate geodatabase. This will populate the parameters with values matching what the service supports. For example if the service does not support SyncModel.Layer then SyncModel.Geodatabase will be used All layers from the service will be included. The output spatial reference will be the spatial reference of the given extent. Attachments are included by default.
Return
Returns a set of parameters that can be used to generate a geodatabase. The returned Result contains a GenerateGeodatabaseParameters.
Since
200.1.0