public static bool ItemExists(
string itemLocalPath,
string accessKey,
string secretKey,
string bucket,
string region,
int timeoutMs
)
public static bool ItemExists(
string itemLocalPath,
string accessKey,
string secretKey,
string bucket,
string region,
int timeoutMs
)
Public Shared Function ItemExists (
itemLocalPath As String,
accessKey As String,
secretKey As String,
bucket As String,
region As String,
timeoutMs As Integer
) As Boolean
Public Shared Function ItemExists (
itemLocalPath As String,
accessKey As String,
secretKey As String,
bucket As String,
region As String,
timeoutMs As Integer
) As Boolean
public:
static bool ItemExists(
String^ itemLocalPath,
String^ accessKey,
String^ secretKey,
String^ bucket,
String^ region,
int timeoutMs
)
public:
static bool ItemExists(
String^ itemLocalPath,
String^ accessKey,
String^ secretKey,
String^ bucket,
String^ region,
int timeoutMs
)
static member ItemExists :
itemLocalPath : string *
accessKey : string *
secretKey : string *
bucket : string *
region : string *
timeoutMs : int -> bool
static member ItemExists :
itemLocalPath : string *
accessKey : string *
secretKey : string *
bucket : string *
region : string *
timeoutMs : int -> bool