ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data Namespace / ReadOnlyDatastoreConfiguration Class
Members

In This Topic
    ReadOnlyDatastoreConfiguration Class
    In This Topic
    Represents a configuration of a datastore. See GetSingleEditWorkspace or GetSingleEditWorkspaceAsync.
    Object Model
    ReadOnlyDatastoreConfiguration ClassDatastore Class
    Syntax
    Public NotInheritable Class ReadOnlyDatastoreConfiguration 
       Implements System.IDisposable 
    public sealed class ReadOnlyDatastoreConfiguration : System.IDisposable  
    Remarks
    To ensure maximum robustness, callers should explicitly dispose of any ReadOnlyDatastoreConfiguration in either a using statement or a finally block.
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Data.ReadOnlyDatastoreConfiguration

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.6 or higher.
    See Also