Azure Integrator V2 - Online Help
Azure Integrator V2
Questions / Feedback?

StoreType Property

The type of store the for which the request is being built.

Syntax

public int getStoreType();
public void setStoreType(int storeType);

Enumerated values: public final static int stBlobQueue = 0; public final static int stTable = 1;

Remarks

The StoreType determines how the Authorization header is generated for the requests to be sent. Possible values are:

stBlobQueueA Blob or Queue request.
stTableA Table request.

Default Value

0

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0