[This is preliminary documentation and is subject to change.]
Namespace: NFX.IO.FileSystem.S3.V4Assembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public static bool ItemExists(
S3V4URI uri,
string accessKey,
string secretKey,
int timeoutMs
)
public static bool ItemExists(
S3V4URI uri,
string accessKey,
string secretKey,
int timeoutMs
)
Public Shared Function ItemExists (
uri As S3V4URI,
accessKey As String,
secretKey As String,
timeoutMs As Integer
) As Boolean
Public Shared Function ItemExists (
uri As S3V4URI,
accessKey As String,
secretKey As String,
timeoutMs As Integer
) As Boolean
public:
static bool ItemExists(
S3V4URI^ uri,
String^ accessKey,
String^ secretKey,
int timeoutMs
)
public:
static bool ItemExists(
S3V4URI^ uri,
String^ accessKey,
String^ secretKey,
int timeoutMs
)
static member ItemExists :
uri : S3V4URI *
accessKey : string *
secretKey : string *
timeoutMs : int -> bool
static member ItemExists :
uri : S3V4URI *
accessKey : string *
secretKey : string *
timeoutMs : int -> bool
Return Value
Type:
Boolean