Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SuccessfulPropertyBatchInfo

Package version

Derived from PropertyBatchInfo. Represents the property batch succeeding. Contains the results of any "Get" operations in the batch.

Hierarchy

  • SuccessfulPropertyBatchInfo

Index

Properties

Properties

kind

kind: "Successful"

Polymorphic Discriminator

Optional properties

properties: undefined | object

A map containing the properties that were requested through any "Get" property batch operations. The key represents the index of the "Get" operation in the original request, in string form. The value is the property. If a property is not found, it will not be in the map.

Generated using TypeDoc