public static class CollectionConfigPackage.CollectionConfig extends Object
Modifier and Type | Method and Description |
---|---|
long |
getBlockToLive()
Block to live.
|
org.hyperledger.fabric.protos.peer.Collection.CollectionConfig |
getCollectionConfig()
The collection information returned directly from the peer.
|
int |
getMaximumPeerCount()
Minimum peer count.
|
String |
getName()
Name of the collection.
|
int |
getRequiredPeerCount()
return required peer
|
public String getName()
public int getRequiredPeerCount()
public int getMaximumPeerCount()
public long getBlockToLive()
public org.hyperledger.fabric.protos.peer.Collection.CollectionConfig getCollectionConfig()
Copyright © 2022. All rights reserved.