Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Please note that you'll have to provide additional libraries to KGS Store in order to use Azure storage.

Common Settings

In order to use Microsoft Azure, please set in [COMMON SETTINGS] section the parameter StorageType = 11.


[ STORAGEAZURE ]

ParameterDataTypeDescriptionDefault
StorageConnectionStringString

Connection String for Azure Endpoint.

The connection string contains the following elements:

  • DefaultEndpointsProtocol
  • AccountName
  • BlobEndpoint
  • QueueEndpoint


Sample String:

"DefaultEndpointsProtocol=http;AccountName=AKOKGSDEVSTOREACC;AccountKey=MGXDPDKGFSZB7YSRDD87/BCBDAT==;BlobEndpoint=http://1.2.3.4:5678/AKOKGSDEVSTOREACC;QueueEndpoint=http://1.2.3.4:5679/AKOKGSDEVSTOREACC;";

StorageContainerNameStringName of the Azure Blob Storage Container.
ContRepInPathBoolean

TRUE: For every Contentrepository a directory will be created and documents and / or corresponding sub-directory-trees will be attached into this directory.

FALSE: Leading Contentrepository-directory will not be created.


LockFilesBooleanIf enabled locks all objects in compliance mode during the create process.
RetentionPeriodInteger

Defines the amount of time (in months) from creation date until the documents should be protected from modification.

Can be specified per contentrepository by adding a trailing "_<ContentRepository>".


Example: RetentionPeriod_FI = 12


HashCheckBoolean

Enables or disables the hash-key check during document checkout (get).

Can be specified per contentrepository by adding a trailing "_<ContentRepository>".


Example: HashCheck_FI = FALSE



→ Configuration (Store) - S3 (12) | Configuration (Store) - StorageTypes - ArchiveLink

  • No labels