ホーム › Storage.FileServerResourceManager › FsrmReportType
FsrmReportType
列挙型メンバー 14
| 名前 | 10進 | 16進 |
|---|---|---|
| FsrmReportType_Unknown | 0 | 0x0 |
| FsrmReportType_LargeFiles | 1 | 0x1 |
| FsrmReportType_FilesByType | 2 | 0x2 |
| FsrmReportType_LeastRecentlyAccessed | 3 | 0x3 |
| FsrmReportType_MostRecentlyAccessed | 4 | 0x4 |
| FsrmReportType_QuotaUsage | 5 | 0x5 |
| FsrmReportType_FilesByOwner | 6 | 0x6 |
| FsrmReportType_ExportReport | 7 | 0x7 |
| FsrmReportType_DuplicateFiles | 8 | 0x8 |
| FsrmReportType_FileScreenAudit | 9 | 0x9 |
| FsrmReportType_FilesByProperty | 10 | 0xA |
| FsrmReportType_AutomaticClassification | 11 | 0xB |
| FsrmReportType_Expiration | 12 | 0xC |
| FsrmReportType_FoldersByProperty | 13 | 0xD |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum FsrmReportType : int {
FsrmReportType_Unknown = 0,
FsrmReportType_LargeFiles = 1,
FsrmReportType_FilesByType = 2,
FsrmReportType_LeastRecentlyAccessed = 3,
FsrmReportType_MostRecentlyAccessed = 4,
FsrmReportType_QuotaUsage = 5,
FsrmReportType_FilesByOwner = 6,
FsrmReportType_ExportReport = 7,
FsrmReportType_DuplicateFiles = 8,
FsrmReportType_FileScreenAudit = 9,
FsrmReportType_FilesByProperty = 10,
FsrmReportType_AutomaticClassification = 11,
FsrmReportType_Expiration = 12,
FsrmReportType_FoldersByProperty = 13
} FsrmReportType;public enum FsrmReportType : int
{
FsrmReportType_Unknown = 0,
FsrmReportType_LargeFiles = 1,
FsrmReportType_FilesByType = 2,
FsrmReportType_LeastRecentlyAccessed = 3,
FsrmReportType_MostRecentlyAccessed = 4,
FsrmReportType_QuotaUsage = 5,
FsrmReportType_FilesByOwner = 6,
FsrmReportType_ExportReport = 7,
FsrmReportType_DuplicateFiles = 8,
FsrmReportType_FileScreenAudit = 9,
FsrmReportType_FilesByProperty = 10,
FsrmReportType_AutomaticClassification = 11,
FsrmReportType_Expiration = 12,
FsrmReportType_FoldersByProperty = 13,
}Public Enum FsrmReportType As Integer
FsrmReportType_Unknown = 0
FsrmReportType_LargeFiles = 1
FsrmReportType_FilesByType = 2
FsrmReportType_LeastRecentlyAccessed = 3
FsrmReportType_MostRecentlyAccessed = 4
FsrmReportType_QuotaUsage = 5
FsrmReportType_FilesByOwner = 6
FsrmReportType_ExportReport = 7
FsrmReportType_DuplicateFiles = 8
FsrmReportType_FileScreenAudit = 9
FsrmReportType_FilesByProperty = 10
FsrmReportType_AutomaticClassification = 11
FsrmReportType_Expiration = 12
FsrmReportType_FoldersByProperty = 13
End Enumimport enum
class FsrmReportType(enum.IntEnum):
FsrmReportType_Unknown = 0
FsrmReportType_LargeFiles = 1
FsrmReportType_FilesByType = 2
FsrmReportType_LeastRecentlyAccessed = 3
FsrmReportType_MostRecentlyAccessed = 4
FsrmReportType_QuotaUsage = 5
FsrmReportType_FilesByOwner = 6
FsrmReportType_ExportReport = 7
FsrmReportType_DuplicateFiles = 8
FsrmReportType_FileScreenAudit = 9
FsrmReportType_FilesByProperty = 10
FsrmReportType_AutomaticClassification = 11
FsrmReportType_Expiration = 12
FsrmReportType_FoldersByProperty = 13// FsrmReportType
pub const FsrmReportType_Unknown: i32 = 0;
pub const FsrmReportType_LargeFiles: i32 = 1;
pub const FsrmReportType_FilesByType: i32 = 2;
pub const FsrmReportType_LeastRecentlyAccessed: i32 = 3;
pub const FsrmReportType_MostRecentlyAccessed: i32 = 4;
pub const FsrmReportType_QuotaUsage: i32 = 5;
pub const FsrmReportType_FilesByOwner: i32 = 6;
pub const FsrmReportType_ExportReport: i32 = 7;
pub const FsrmReportType_DuplicateFiles: i32 = 8;
pub const FsrmReportType_FileScreenAudit: i32 = 9;
pub const FsrmReportType_FilesByProperty: i32 = 10;
pub const FsrmReportType_AutomaticClassification: i32 = 11;
pub const FsrmReportType_Expiration: i32 = 12;
pub const FsrmReportType_FoldersByProperty: i32 = 13;// FsrmReportType
const (
FsrmReportType_Unknown int32 = 0
FsrmReportType_LargeFiles int32 = 1
FsrmReportType_FilesByType int32 = 2
FsrmReportType_LeastRecentlyAccessed int32 = 3
FsrmReportType_MostRecentlyAccessed int32 = 4
FsrmReportType_QuotaUsage int32 = 5
FsrmReportType_FilesByOwner int32 = 6
FsrmReportType_ExportReport int32 = 7
FsrmReportType_DuplicateFiles int32 = 8
FsrmReportType_FileScreenAudit int32 = 9
FsrmReportType_FilesByProperty int32 = 10
FsrmReportType_AutomaticClassification int32 = 11
FsrmReportType_Expiration int32 = 12
FsrmReportType_FoldersByProperty int32 = 13
)const
FsrmReportType_Unknown = 0;
FsrmReportType_LargeFiles = 1;
FsrmReportType_FilesByType = 2;
FsrmReportType_LeastRecentlyAccessed = 3;
FsrmReportType_MostRecentlyAccessed = 4;
FsrmReportType_QuotaUsage = 5;
FsrmReportType_FilesByOwner = 6;
FsrmReportType_ExportReport = 7;
FsrmReportType_DuplicateFiles = 8;
FsrmReportType_FileScreenAudit = 9;
FsrmReportType_FilesByProperty = 10;
FsrmReportType_AutomaticClassification = 11;
FsrmReportType_Expiration = 12;
FsrmReportType_FoldersByProperty = 13;// FsrmReportType
pub const FsrmReportType_Unknown: i32 = 0;
pub const FsrmReportType_LargeFiles: i32 = 1;
pub const FsrmReportType_FilesByType: i32 = 2;
pub const FsrmReportType_LeastRecentlyAccessed: i32 = 3;
pub const FsrmReportType_MostRecentlyAccessed: i32 = 4;
pub const FsrmReportType_QuotaUsage: i32 = 5;
pub const FsrmReportType_FilesByOwner: i32 = 6;
pub const FsrmReportType_ExportReport: i32 = 7;
pub const FsrmReportType_DuplicateFiles: i32 = 8;
pub const FsrmReportType_FileScreenAudit: i32 = 9;
pub const FsrmReportType_FilesByProperty: i32 = 10;
pub const FsrmReportType_AutomaticClassification: i32 = 11;
pub const FsrmReportType_Expiration: i32 = 12;
pub const FsrmReportType_FoldersByProperty: i32 = 13;const
FsrmReportType_Unknown* = 0
FsrmReportType_LargeFiles* = 1
FsrmReportType_FilesByType* = 2
FsrmReportType_LeastRecentlyAccessed* = 3
FsrmReportType_MostRecentlyAccessed* = 4
FsrmReportType_QuotaUsage* = 5
FsrmReportType_FilesByOwner* = 6
FsrmReportType_ExportReport* = 7
FsrmReportType_DuplicateFiles* = 8
FsrmReportType_FileScreenAudit* = 9
FsrmReportType_FilesByProperty* = 10
FsrmReportType_AutomaticClassification* = 11
FsrmReportType_Expiration* = 12
FsrmReportType_FoldersByProperty* = 13enum FsrmReportType : int {
FsrmReportType_Unknown = 0,
FsrmReportType_LargeFiles = 1,
FsrmReportType_FilesByType = 2,
FsrmReportType_LeastRecentlyAccessed = 3,
FsrmReportType_MostRecentlyAccessed = 4,
FsrmReportType_QuotaUsage = 5,
FsrmReportType_FilesByOwner = 6,
FsrmReportType_ExportReport = 7,
FsrmReportType_DuplicateFiles = 8,
FsrmReportType_FileScreenAudit = 9,
FsrmReportType_FilesByProperty = 10,
FsrmReportType_AutomaticClassification = 11,
FsrmReportType_Expiration = 12,
FsrmReportType_FoldersByProperty = 13,
}#define global FsrmReportType_Unknown 0x0
#define global FsrmReportType_LargeFiles 0x1
#define global FsrmReportType_FilesByType 0x2
#define global FsrmReportType_LeastRecentlyAccessed 0x3
#define global FsrmReportType_MostRecentlyAccessed 0x4
#define global FsrmReportType_QuotaUsage 0x5
#define global FsrmReportType_FilesByOwner 0x6
#define global FsrmReportType_ExportReport 0x7
#define global FsrmReportType_DuplicateFiles 0x8
#define global FsrmReportType_FileScreenAudit 0x9
#define global FsrmReportType_FilesByProperty 0xA
#define global FsrmReportType_AutomaticClassification 0xB
#define global FsrmReportType_Expiration 0xC
#define global FsrmReportType_FoldersByProperty 0xD