Package com.ibm.fhir.bucket.cos
Class COSPropertiesAdapter
- java.lang.Object
-
- com.ibm.fhir.bucket.cos.COSPropertiesAdapter
-
public class COSPropertiesAdapter extends java.lang.ObjectAdapter to support reading of COS properties from aPropertiesinstance
-
-
Constructor Summary
Constructors Constructor Description COSPropertiesAdapter(java.util.Properties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetApiKey()Get the API key propertyjava.lang.StringgetBucketName()Get the bucket name propertyjava.lang.StringgetEndpointUrl()Get the endpoint propertyjava.lang.StringgetLocation()Get the location propertyintgetMaxKeys()Max keys per list objects requestintgetRequestTimeout()COS request timeout in millisecondsintgetSocketTimeout()COS socket timeout in millisecondsjava.lang.StringgetSrvInstId()Get the srvinstid propertybooleanisCredentialIBM()Get the credential_ibm property
-
-
-
Method Detail
-
getApiKey
public java.lang.String getApiKey()
Get the API key property- Returns:
-
getSrvInstId
public java.lang.String getSrvInstId()
Get the srvinstid property- Returns:
-
getEndpointUrl
public java.lang.String getEndpointUrl()
Get the endpoint property- Returns:
-
getLocation
public java.lang.String getLocation()
Get the location property- Returns:
-
getBucketName
public java.lang.String getBucketName()
Get the bucket name property- Returns:
-
isCredentialIBM
public boolean isCredentialIBM()
Get the credential_ibm property- Returns:
-
getRequestTimeout
public int getRequestTimeout()
COS request timeout in milliseconds- Returns:
-
getSocketTimeout
public int getSocketTimeout()
COS socket timeout in milliseconds- Returns:
-
getMaxKeys
public int getMaxKeys()
Max keys per list objects request- Returns:
-
-