public static class
DenseCountSparseOutput.Options
Optional attributes for DenseCountSparseOutput
Public Methods
| DenseCountSparseOutput.Options |
maxlength(Long maxlength)
|
| DenseCountSparseOutput.Options |
minlength(Long minlength)
|
Inherited Methods
Public Methods
public DenseCountSparseOutput.Options maxlength (Long maxlength)
Parameters
| maxlength | Maximum value to count. Can be set to -1 for no maximum. |
|---|
public DenseCountSparseOutput.Options minlength (Long minlength)
Parameters
| minlength | Minimum value to count. Can be set to -1 for no minimum. |
|---|