TheFileInfo Members
The TheFileInfo type exposes the following members.
Methods
Name | Description | |
---|---|---|
CloneBase |
Clonse an incoming object into this object
(Inherited from TheDataBase.) |
|
Equals(System.Object) | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FireEvent |
Fire an Event on a property
(Inherited from TheDataBase.) |
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IsEventRegistered |
Returns true if the requested eThingEvents has registered callbacks
(Inherited from TheDataBase.) |
|
MemberwiseClone | (Inherited from Object.) | |
NotifyMirror |
If called from a derived class and the class was stored in a StorageMirror, this method will call the "NotifyOfUpdate" method in the StorageMirror to inform all Notification Clients that this record has changed.
This is VERY Expensive! Do not call too often!
This does not work with StorageMirrors that require a PostSalt (unique table name)
(Inherited from TheDataBase.) |
|
OnPropertyChanged | (Inherited from TheBindableBase.) | |
RegisterEvent |
Register a callback that will be fired on a Property Event
(Inherited from TheDataBase.) |
|
RegisterEvent2 |
Register a callback that will be fired on a Property Event
(Inherited from TheDataBase.) |
|
SetProperty``1 | (Inherited from TheBindableBase.) | |
ToString |
Friendly output
|
|
UnregisterEvent |
Unregister a previously registered callback
(Inherited from TheDataBase.) |
|
UnregisterEvent2 |
Unregister a previously registered callback
(Inherited from TheDataBase.) |
Properties
Name | Description | |
---|---|---|
cdeAVA |
Availability of this record
The higher this number the higher the availability of this record
The Storage Service might store the data in multiple location to ensure maximum availability
(Inherited from TheDataBase.) |
|
cdeCTIM |
Timestamp of this class. Will be set to DateTimeOffset.Now on creation of the Class
(Inherited from TheDataBase.) |
|
cdeEXP |
Expiration in Seconds of the class
If a derived class is stored in a StorageMirror and cdeEXP is set to>0, the StorageMirror will automatically delete this record after the time has passed
(Inherited from TheDataBase.) |
|
cdeMID |
Unique Key for the class derived from TheDataBase. this will be used in the StorageService as the Unique Index in the SQL Tables
(Inherited from TheDataBase.) |
|
cdeN |
Guid of Hosting Node - new in 4.108: Moved from MetaDataBase to here
(Inherited from TheDataBase.) |
|
cdePRI |
Priority of this record.
A lower number means a higher priority.
Data with higher priority will be retrieved faster than those with lower prio
(Inherited from TheDataBase.) |
|
Content |
Gets or sets a byte array containing the contents of the
current file or directory.
|
|
Cookie | ||
CreateTime |
Gets or sets the creation time of the current
file or directory.
|
|
FileAttr |
Gets or sets the attributes for the current
file or directory.
|
|
FileName |
Gets the full path of the directory or file.
Equivalent to FullName in System.IO.FileInfo.
|
|
FileSize |
Gets the size, in bytes, of the current file.
Equivalent to the attribute FileSize in System.IO.FileInfo.
|
|
Group |
UNIX file attribute - Group permissions.
read (r), write (w), execute (x).
The group's permissions determine what actions
a user, who is a member of the group that a file
belongs to, can perform on the file.
A files Group permissions are determined by characters
5-7 in the displayed UNIX file information.
|
|
IsDirectory |
Returns a value indicating whether the current
file or directory is of type directory.
|
|
IsReadOnly |
Gets or sets a value that determines if the
current file is read only.
|
|
LastAccessTime |
Gets or sets the time the current file or
directory was last accessed.
|
|
LastWriteTime |
Gets or sets the time when the current
file or directory was last written to.
|
|
Name |
Gets the name of the file. (Overrides FileSystemInfo.Name)
|
|
Owner |
UNIX file attribute - Owner permissions.
read (r), write (w), execute (x).
Represented by the first three characters (2-4)
in the displayed UNIX file information.
For example, -rwxr-xr-- represents that owner
has read (r), write (w) and execute (x) permission.
|
Events
Name | Description | |
---|---|---|
PropertyChanged |
Multicast event for property change notifications.
(Inherited from TheBindableBase.) |