Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TablesSharedKeyCredentialLike

Package version

ONLY AVAILABLE IN NODE.JS RUNTIME.

TablesSharedKeyCredentialLike shape for account key authorization of Azure Tables service.

Hierarchy

  • any
    • TablesSharedKeyCredentialLike

Implemented by

Index

Properties

accountName

accountName: string

Azure account name; readonly.

computeHMACSHA256

computeHMACSHA256: (stringToSign: string) => string

Generates a hash signature for an HTTP request or for a SAS.

param
returns

Type declaration

    • (stringToSign: string): string
    • Parameters

      • stringToSign: string

      Returns string

Generated using TypeDoc