Rename project, namespaces and class names Signed-off-by: Pavel Gross <p.gross@yadro.com>
24 lines
526 B
C#
24 lines
526 B
C#
namespace FrostFS.SDK.Client;
|
|
|
|
public enum MethodIndex
|
|
{
|
|
methodBalanceGet,
|
|
methodContainerPut,
|
|
methodContainerGet,
|
|
methodContainerList,
|
|
methodContainerDelete,
|
|
methodEndpointInfo,
|
|
methodNetworkInfo,
|
|
methodNetMapSnapshot,
|
|
methodObjectPut,
|
|
methodObjectDelete,
|
|
methodObjectGet,
|
|
methodObjectHead,
|
|
methodObjectRange,
|
|
methodObjectPatch,
|
|
methodSessionCreate,
|
|
methodAPEManagerAddChain,
|
|
methodAPEManagerRemoveChain,
|
|
methodAPEManagerListChains,
|
|
methodLast
|
|
}
|