IDatasetFileStat2 Interface

Provides access to members that control Dataset file-based statistics.

Members

Name Description
Method RefreshStats Refresh the file-based statistics
Method RefreshTimeStats Refresh the only the time statistics
Read-only property StatMode The access mode.
Read-only property StatSize The size.
Read-only property StatSize64 The size. 64 bit value
Read-only property StatTime The date modified/created/accessed.

IDatasetFileStat2.RefreshStats Method

Refresh the file-based statistics

Public Sub RefreshStats ( _
)
public void RefreshStats (
);

IDatasetFileStat2.RefreshTimeStats Method

Refresh the only the time statistics

Public Sub RefreshTimeStats ( _
)
public void RefreshTimeStats (
);

IDatasetFileStat2.StatSize64 Property

The size. 64 bit value.

Public ReadOnly Property StatSize64 As Long
public ulong StatSize64 {get;}

Inherited Interfaces

Interfaces Description
IDatasetFileStat Provides access to members that control Dataset file-based statistics.

Classes that implement IDatasetFileStat2

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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.