sessionType

The type of read and edit sessions to use when working with the service. The default value is com.arcgismaps.arcgisservices.FeatureServiceSessionType.Transient.

If the feature service this ServiceGeodatabase references is not branch-versioned, only com.arcgismaps.arcgisservices.FeatureServiceSessionType.Transient is supported.

If using com.arcgismaps.arcgisservices.FeatureServiceSessionType.Persistent, it is important to call ServiceGeodatabase.close before destruction.

Cannot be set after the ServiceGeodatabase is loaded. When the ServiceGeodatabase is created by loading an com.arcgismaps.mapping.ArcGISMap, use com.arcgismaps.mapping.LoadSettings to control the session type.

Since

200.1.0

See also

LoadSettings.featureServiceSessionType