SPDistributedCacheCallUsageProvider members
The usage provider that stores information about distributed cache calls.
The SPDistributedCacheCallUsageProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPDistributedCacheCallUsageProvider() | ||
SPDistributedCacheCallUsageProvider(SPFarm) |
Top
Properties
Name | Description | |
---|---|---|
Columns | A 2-dimensional array that provides the column name and sql database type used to store data for this usage provider. (Overrides SPUsageProvider.Columns.) | |
Description | The description of the usage provider. (Overrides SPUsageDefinition.Description.) | |
Hidden | Whether or not the usage provider is hidden. (Overrides SPUsageDefinition.Hidden.) | |
ProvisionSchema | Whether or not to provision the SQL schema for the usage provider. (Overrides SPUsageProvider.ProvisionSchema.) | |
TableName | The name of the SQL table. (Overrides SPUsageProvider.TableName.) | |
UsageEntryType | The type of the usage entry associated with this usage provider. (Overrides SPUsageDefinition.UsageEntryType.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ParseLogFileEntry | Covert the input array into a usage entry for this usage provider. (Overrides SPUsageProvider.ParseLogFileEntry([]).) | |
RegisterUsageProvider | Registers the usage provider with the farm.. | |
ToString | (Inherited from Object.) |
Top