Click or drag to resize
Grid Solutions Framework

HadoopReplicationProviderBytesPerCrc32 Property

Gets or sets the number of bytes at which HDFS is configured to compute a CRC32.

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

Property Value

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