S3DirectoryInfo.Exists Property

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Checks with S3 to see if the directory exists and if so returns true. Due to Amazon S3's eventual consistency model this property can return false for newly created buckets.

Namespace: Amazon.S3.IO
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public Boolean Exists { get; }
Property Value
Type: System.Boolean

Exceptions

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5