itd-api / OperationMetadata
Interface: OperationMetadata
Defined in: core/operation.ts:29
Публичные неизменяемые метаданные семантической операции.
Properties
annotations?
ts
readonly optional annotations?: Readonly<OperationAnnotations>;Defined in: core/operation.ts:33
bucket?
ts
readonly optional bucket?: string;Defined in: core/operation.ts:32
method
ts
readonly method: OperationMethod;Defined in: core/operation.ts:30
retrySafety
ts
readonly retrySafety: RetrySafety;Defined in: core/operation.ts:31