Click or drag to resize

JumboFile Class

Provides information about a file on a file system accessible via the FileSystemClient class.
Inheritance Hierarchy

Namespace:  Ookii.Jumbo.Dfs.FileSystem
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
[SerializableAttribute]
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 methodEquals
Determines 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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets 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