Share via


CollectorConfigStore Members

Include Protected Members
Include Inherited Members

The CollectorConfigStore class implements the configuration store for the data collector.

The CollectorConfigStore type exposes the following members.

Constructors

  Name Description
Public method CollectorConfigStore()
Public method CollectorConfigStore(SqlStoreConnection) This method is for internal use only.

Top

Methods

  Name Description
Public method Alter() Changes the configuration settings of the configuration store.
Protected method AlterImpl() (Inherited from SfcInstance.)
Protected method CheckObjectCreated() (Inherited from SfcInstance.)
Protected method CheckObjectState() (Inherited from SfcInstance.)
Protected method CreateIdentityKey() (Inherited from SfcInstance.)
Protected method CreateImpl() (Inherited from SfcInstance.)
Public method DisableCollector() Disables the data collector.
Public method Discover(ISfcDependencyDiscoveryObjectSink) (Inherited from SfcInstance.)
Protected method DropImpl() (Inherited from SfcInstance.)
Public method EnableCollector() Enables the data collector.
Public method EnumTypes() Enumerates the names of the collector types in the configuration store.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Protected method GetChildCollection(String) (Inherited from SfcInstance.)
Public method GetDomain() (Inherited from SfcInstance.)
Public method GetHashCode() (Inherited from Object.)
Public method GetPropertySet() (Inherited from SfcInstance.)
Public method GetType() (Inherited from Object.)
Protected method GetTypeMetadataImpl() (Inherited from SfcInstance.)
Protected method InitializeUIPropertyState() (Inherited from SfcInstance.)
Protected method MarkForDropImpl(Boolean) (Inherited from SfcInstance.)
Protected method MarkRootAsConnected() (Inherited from SfcInstance.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MoveImpl(SfcInstance) (Inherited from SfcInstance.)
Protected method OnPropertyMetadataChanges(SfcPropertyMetadataChangedEventArgs) (Inherited from SfcInstance.)
Protected method OnPropertyValueChanges(PropertyChangedEventArgs) (Inherited from SfcInstance.)
Protected method PostAlter(Object) (Inherited from SfcInstance.)
Protected method PostCreate(Object) (Inherited from SfcInstance.)
Protected method PostDrop(Object) (Inherited from SfcInstance.)
Protected method PostMove(Object) (Inherited from SfcInstance.)
Protected method PostRename(Object) (Inherited from SfcInstance.)
Public method Refresh() (Inherited from SfcInstance.)
Protected method RenameImpl(SfcKey) (Inherited from SfcInstance.)
Protected method ResetKey() (Inherited from SfcInstance.)
Public method Serialize(XmlWriter) (Inherited from SfcInstance.)
Public method ToString() (Inherited from SfcInstance.)
Protected method UpdateUIPropertyState() (Inherited from SfcInstance.)
Protected method Validate() (Inherited from SfcInstance.)

Top

Properties

  Name Description
Protected property AbstractIdentityKey() (Inherited from SfcInstance.)
Public property CacheDirectory Gets or sets the path and folder name for the cache directory.
Public property CacheWindow Gets or sets the number of upload tries for data that is collected.
Public property CollectionSets Gets the collection sets that are in the configuration store.
Public property Enabled Gets the Boolean property value that indicates whether or not the data collector is enabled.
Public property IdentityKey Gets the identity key for the configuration store.
Public property MDWDatabase Gets or sets the name of the database that holds the collected data.
Public property MDWInstance Gets or sets the instance on where the management data warehouse resides.
Public property Metadata() (Inherited from SfcInstance.)
Public property Parent() (Inherited from SfcInstance.)
Public property Properties() (Inherited from SfcInstance.)
Protected property PropertyStorageProvider() (Inherited from SfcInstance.)
Protected property State() (Inherited from SfcInstance.)
Public property Urn() (Inherited from SfcInstance.)

Top

Events

  Name Description
Protected event propertyChanged() (Inherited from SfcInstance.)
Public event PropertyChanged() (Inherited from SfcInstance.)
Protected event propertyMetadataChanged() (Inherited from SfcInstance.)
Public event PropertyMetadataChanged() (Inherited from SfcInstance.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property ISfcHasConnectionConnectionContext This property is for internal use only.
Explicit interface implemetationPrivate property ISfcDomainDomainInstanceName This property is for internal use only.
Explicit interface implemetationPrivate property ISfcDomainDomainName This property is for internal use only.
Explicit interface implemetationPrivate method ISfcHasConnectionGetConnection() This method is for internal use only.
Explicit interface implemetationPrivate method ISfcHasConnectionGetConnection(SfcObjectQueryMode) This method is for internal use only.
Explicit interface implemetationPrivate method ISfcDomainGetExecutionEngine() This method is for internal use only.
Explicit interface implemetationPrivate method ISfcDomainGetKey(IUrnFragment) This method is for internal use only.
Explicit interface implemetationPrivate method ISfcDomainGetLogicalVersion() This method is for internal use only.
Explicit interface implemetationPrivate method ISfcDomainGetType(String) This method is for internal use only.
Explicit interface implemetationPrivate method ISfcDomainGetTypeMetadata(String) This method is for internal use only.
Explicit interface implemetationPrivate method ISfcAlterableScriptAlter() This method is for internal use only.
Explicit interface implemetationPrivate method ISfcHasConnectionSetConnection(ISfcConnection)
Explicit interface implemetationPrivate method ISfcDomainUseSfcStateManagement() This method is for internal use only.

Top