Name | Data Type | Qualifiers |
Name | Data Type | Value | Scope | Flavors |
CreationClassName | string |
Description | string | CreationClassName indicates the name of the class or the subclass used in the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified. | None | TRANSLATABLE= true |
Key | boolean | true | None | OVERRIDABLE= false
|
MaxLen | uint32 | 256 | None | None |
Propagated | string | CIM_LogicalFile.CreationClassName | None | OVERRIDABLE= false
|
CSCreationClassName | string |
Description | string | The scoping ComputerSystem's CreationClassName. | None | TRANSLATABLE= true |
Key | boolean | true | None | OVERRIDABLE= false
|
MaxLen | uint32 | 256 | None | None |
Propagated | string | CIM_LogicalFile.CSCreationClassName | None | OVERRIDABLE= false
|
CSName | string |
Description | string | The scoping ComputerSystem's Name. | None | TRANSLATABLE= true |
Key | boolean | true | None | OVERRIDABLE= false
|
MaxLen | uint32 | 256 | None | None |
Propagated | string | CIM_LogicalFile.CSName | None | OVERRIDABLE= false
|
FileInodeNumber | string |
Description | string | File Inode number, as printed by "ls -i" | None | TRANSLATABLE= true |
FileSizeBits | uint64 |
Description | string | Minimum number of bits needed to represent, as a signed integer value, the maximum size of a regular file allowed in the specified directory. Minimum Acceptable Value: 32 pathconf returns this variable when _PC_FILESIZEBITS is passed to it. | None | TRANSLATABLE= true |
FSCreationClassName | string |
Description | string | The scoping FileSystem's CreationClassName. | None | TRANSLATABLE= true |
Key | boolean | true | None | OVERRIDABLE= false
|
MaxLen | uint32 | 256 | None | None |
Propagated | string | CIM_LogicalFile.FSCreationClassName | None | OVERRIDABLE= false
|
FSName | string |
Description | string | The scoping FileSystem's Name. | None | TRANSLATABLE= true |
Key | boolean | true | None | OVERRIDABLE= false
|
MaxLen | uint32 | 256 | None | None |
Propagated | string | CIM_LogicalFile.FSName | None | OVERRIDABLE= false
|
Gid | string |
Description | string | An identifier that describes the group that owns this file. | None | TRANSLATABLE= true |
LastModifiedInode | datetime |
Description | string | The time that the Inode was last modified. | None | TRANSLATABLE= true |
LFName | string |
Description | string | The inherited Name serves as part of the key of a LogicalFile instance within a FileSystem. A unique identifier (such as a full path name) is required as a Name value. Since Files are weak to their FileSystem (and not to a Directory which would provide a more granular naming algorithm), care must be taken to make LogicalFile's Name unique for a given CreationClassName and FileSystem. A full path name is one way to do this. | None | TRANSLATABLE= true |
Key | boolean | true | None | OVERRIDABLE= false
|
MaxLen | uint32 | 1024 | None | None |
Propagated | string | CIM_LogicalFile.Name | None | OVERRIDABLE= false
|
LinkCount | string |
Description | string | Count of the number of names this file has. | None | TRANSLATABLE= true |
LinkMax | uint64 |
Description | string | Maximum number of links to a single file. Minimum Acceptable Value: _POSIX_LINK_MAX(8). pathconf returns this variable when _PC_LINK_MAX is passed to it. | None | TRANSLATABLE= true |
NameMax | uint64 |
Description | string | Maximum number of bytes in a filename (not including terminating null). Minimum Acceptable Value: _POSIX_NAME_MAX(14) pathconf returns this variable when _PC_NAME_MAX is passed to it. | None | TRANSLATABLE= true |
PathMax | uint64 |
Description | string | Maximum number of bytes in a pathname, including the terminating null character. Minimum Acceptable Value: _POSIX_PATH_MAX(255) pathconf returns this variable when _PC_PATH_MAX is passed to it. | None | TRANSLATABLE= true |
PosixAsyncIo | uint64 |
Description | string | If any of the following three constants are not defined in the header <unistd.h>, the value varies depending on the file to which it is applied. If any of the following constants are defined to have value -1 in the header <unistd.h>, the implementation will not provide the option on any file; if any are defined to have a value other than -1 in the header <unistd.h>, the implementation will provide the option on all applicable files. All of the following three constants, whether defined in <unistd.h> or not, may be queried with respect to a specific file using the pathconf() or fpathconf() functions. Asynchronous input or output operations may be performed for the associated file. pathconf returns this variable when _PC_ASYNC_IO is passed to it. | None | TRANSLATABLE= true |
PosixChownRestricted | uint64 |
Description | string | The use of chown() is restricted to a process with appropriate privileges, and to changing the group ID of a file only to the effective group ID of the process or to one of its supplementary group IDs. It is defined if a value other than -1 is returned. pathconf returns this variable when _PC_CHOWN_RESTRICTED is passed to it. | None | TRANSLATABLE= true |
PosixNoTrunc | uint64 |
Description | string | Pathname components longer than {NAME_MAX} generate an error. Defined if a value other than -1 is returned. pathconf returns this variable when _PC_NO_TRUNC is passed to it. | None | TRANSLATABLE= true |
PosixPrioIo | uint64 |
Description | string | Prioritized input or output operations may be performed for the associated file. Also see description for _POSIX_ASYNC_IO. pathconf returns this variable when _PC_PRIO_IO is passed to it. | None | TRANSLATABLE= true |
PosixSyncIo | uint64 |
Description | string | Synchronised input or output operations may be performed for the associated file. Also see description for _POSIX_ASYNC_IO. pathconf returns this variable when _PC_SYNC_IO is passed to it. | None | TRANSLATABLE= true |
SaveText | boolean |
Description | string | Indicates restricted deletion for directories, or possible implementation defined properties for executable files | None | TRANSLATABLE= true |
SetGid | boolean |
Description | string | Tells if the associated file has setgid permissions. | None | TRANSLATABLE= true |
SetUid | boolean |
Description | string | Tells if the associated file has setuid permissions. | None | TRANSLATABLE= true |
Uid | string |
Description | string | An Identifer that uniquely describes the owner of this file. | None | TRANSLATABLE= true |