Defines configurations for an ExternalDataSource.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public class ExternalDataSourceConfig
Public Class ExternalDataSourceConfig
public ref class ExternalDataSourceConfig
public class ExternalDataSourceConfig
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
ExternalDataSourceConfig()()()() |
Default Constructor
| |
CustomProperties |
Gets or sets the custom properties passed to the external data source instance upon Init.
| |
EntryType |
Gets or sets the entry type the data source should work with
| |
Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
Instance |
Gets or sets the instance of the managed data source.
| |
MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
SharedIteratorMode |
Gets or sets whether to use shared iterator mode.
When this mode is enabled, concurrent read access to the data source for the same query will be
optimized when possible, and the iterator data will be shared among the accessors.
Note:When null the default will be used | |
SharedIteratorTimeToLive |
Gets or sets the time to live in miliseconds of a shared iterator when SharedIteratorMode is enabled.
Once this time interval elapsed from a shared iterator creation, that iterator will no longer be shared by new queries.
Note:When null the default will be used | |
ToString()()()() |
Returns a String that represents the current Object.
(Inherited from Object.) | |
Usage |
Gets or sets the external data source usage
|
Inheritance Hierarchy
Object | |
ExternalDataSourceConfig |