Click or drag to resize

JumboFile Class

Provides information about a file on a file system accessible via the FileSystemClient class.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.Dfs.FileSystemJumboFileSystemEntry
    Ookii.Jumbo.Dfs.FileSystemJumboFile

Namespace: Ookii.Jumbo.Dfs.FileSystem
Assembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public sealed class JumboFile : JumboFileSystemEntry

The JumboFile type exposes the following members.

Constructors
 NameDescription
Public methodJumboFile Initializes a new instance of the JumboFile class.
Top
Properties
 NameDescription
Public propertyBlocks Gets the IDs of the blocks of this file.
Public propertyBlockSize Gets the size of the blocks that the file was divided into.
Public propertyDateCreated Gets the date and time the file system entry was created.
(Inherited from JumboFileSystemEntry)
Public propertyFullPath Gets the absolute path to the file system entry.
(Inherited from JumboFileSystemEntry)
Public propertyIsOpenForWriting Gets a value indicating whether this file is open for writing.
Public propertyName Gets the name of the file system entry.
(Inherited from JumboFileSystemEntry)
Public propertyRecordOptions Gets the record options applied to this file.
Public propertyReplicationFactor Gets the number of replicas of this file.
Public propertySize Gets the size of the file.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodStatic memberFromFileInfo Creates a JumboFile instance for a local file from the specified FileInfo.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodPrintFileInfo Prints information about the file.
Public methodToString Gets a string representation of this file.
(Overrides ObjectToString)
Top
See Also