Added field for tape file block size.
This commit is contained in:
@@ -3656,6 +3656,8 @@ namespace Schemas {
|
||||
|
||||
private long sequenceField;
|
||||
|
||||
private long blockSizeField;
|
||||
|
||||
private long startBlockField;
|
||||
|
||||
private long endBlockField;
|
||||
@@ -3692,6 +3694,16 @@ namespace Schemas {
|
||||
}
|
||||
}
|
||||
|
||||
/// <remarks/>
|
||||
public long BlockSize {
|
||||
get {
|
||||
return this.blockSizeField;
|
||||
}
|
||||
set {
|
||||
this.blockSizeField = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <remarks/>
|
||||
public long StartBlock {
|
||||
get {
|
||||
|
||||
Reference in New Issue
Block a user