ArcGIS Pro 2.6 API Reference Guide
FileSystemDatastore Class Members
Properties  Methods 


ArcGIS.Core.Data Namespace : FileSystemDatastore Class

The following tables list the members exposed by FileSystemDatastore.

Public Constructors
 NameDescription
Public ConstructorOpens a folder that contains datasets of type Type. This method must be called on the MCT. Use QueuedTask.Run.  
Top
Public Properties
 NameDescription
Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
Top
Public Methods
 NameDescription
Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
Public Method Gets the connection string associated with the currently opened data store (e.g., an enterprise geodatabase). This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Datastore)
Public MethodOverridden. Gets the Connector associated with the currently opened file-system data store. This method must be called on the MCT. Use QueuedTask.Run.  
Public MethodGets a specific Definition instance associated with name of type T in the file-system data store. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets the path to the currently opened data store (e.g., an enterprise geodatabase .sde connection file). This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Datastore)
Public MethodGets the gateway to access information about the SQL syntax and other functionality supported by this Datastore. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Datastore)
Public Method Determines whether the currently opened data store (e.g., an enterprise geodatabase) has any pending edits which have not been saved. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Datastore)
Public MethodGets a specific Dataset instance associated with name of type T in the file-system data store. This method must be called on the MCT. Use QueuedTask.Run.  
Top
See Also

Reference

FileSystemDatastore Class
ArcGIS.Core.Data Namespace