S3ObjectVersion IsDeleteMarker and IsLatest changed to nullable? #3918
-
The S3ObjectVersion.IsDeleteMarker and IsLatest properties were changed from bool to bool? with v4. How should I interpret a null value? Does this mean true or false? Will it just never be null? Anybody know why this changed? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This change was intentional (https://docs.aws.amazon.com/sdk-for-net/v4/developer-guide/net-dg-v4.html#net-dg-v4-value-types) and the preview 1 blog post has more details on why this change was made and what a
|
Beta Was this translation helpful? Give feedback.
This change was intentional (https://docs.aws.amazon.com/sdk-for-net/v4/developer-guide/net-dg-v4.html#net-dg-v4-value-types) and the preview 1 blog post has more details on why this change was made and what a
null
response means: