IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

Container Property

Selects a container.

Syntax

ANSI (Cross Platform)
char* GetContainer();
int SetContainer(const char* lpszContainer); Unicode (Windows) LPWSTR GetContainer();
INT SetContainer(LPCWSTR lpszContainer);
@property (nonatomic,readwrite,assign,getter=container,setter=setContainer:) NSString* container;
- (NSString*)container;
- (void)setContainer:(NSString*)newContainer;
#define PID_AZUREBLOB_CONTAINER 34

IPWORKSCLOUD_EXTERNAL void* IPWORKSCLOUD_CALL IPWorksCloud_AzureBlob_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSCLOUD_EXTERNAL int IPWORKSCLOUD_CALL IPWorksCloud_AzureBlob_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property selects a container, by name, for the class to operate against. It must be set before attempting most operations.

Container Name Rules

Container names must adhere to the following rules:

  • Must be 3 to 63 characters long.
  • Must start with a letter or number; and may only contain letters, numbers, and hyphens.
  • All letters much be lowercase. (For convenience, the class will automatically lowercase all letters in any value assigned to Container.)
  • All hyphens must be immediately preceded and followed by a letter or number (consecutive hyphens are not allowed).

This property is not available at design time.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 C++ Edition - Version 20.0 [Build 8265]