Click or drag to resize
Grid Solutions Framework

HadoopReplicationProviderHdfsBlockSize Property

Gets or sets the size, in MB, of the data blocks for HDFS where the file resides.

Namespace: Hadoop.Replication
Assembly: Hadoop.Replication (in Hadoop.Replication.dll) Version: 2.4.182-beta
Syntax
public int HdfsBlockSize { get; set; }
View Source

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentExceptionValue being assigned is zero or negative.
See Also