Added field for tape file block size.

This commit is contained in:
2017-06-04 04:58:48 +01:00
parent 97781ddc50
commit 6b977feff5
77 changed files with 1161 additions and 1112 deletions

View File

@@ -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 {