Provides access to members that control DatasetName file-based statistics.
Members
| Name | Description | |
|---|---|---|
![]() |
RefreshStats | Refresh the file-based statistics |
![]() |
StatMode | The access mode. |
![]() |
StatSize | Obsolete. Use StatSize64. |
![]() |
StatSize64 | The size. 64 bit value |
![]() |
StatTime | Obsolete. Use StatTime64. |
IDatasetNameFileStat2.RefreshStats Method
Refresh the file-based statistics
Public Sub RefreshStats ( _
)
public void RefreshStats (
);
IDatasetNameFileStat2.StatSize64 Property
The size. 64 bit value.
Public Property StatSize64 As Long
public ulong StatSize64 {get; set;}
Inherited Interfaces
| Interfaces | Description |
|---|---|
| IDatasetNameFileStat | Provides access to members that control DatasetName file-based statistics. |
Classes that implement IDatasetNameFileStat2
| Classes | Description |
|---|
Remarks
This interface is implemented by datasets such as tables and feature classes, but only for certain data sources. For example, shapefiles and File Geodatabase feature classes implement this interface, but Personal Geodatabase feature classes do not.

